Skip to content

Commit

Permalink
Imported datetime in external reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
nicul committed May 11, 2020
1 parent c998372 commit 531c65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/external_reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
from dateutil.parser import parse
from collections.abc import Iterable
from datetime import datetime

class DateTimeReminder(Iterable):
"""A reminder which has a specific date and time for being due"""
Expand Down

0 comments on commit 531c65c

Please sign in to comment.