Skip to content

Commit

Permalink
Converted iPhoto code to new date methods
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Aug 13, 2024
1 parent 20d1193 commit 5f4c570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osxphotos/iphoto.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
from .photoexporter import PhotoExporter
from .photoinfo import PhotoInfo
from .photoquery import QueryOptions, photo_query
from .photos_datetime import TIME_DELTA, photos_datetime, photos_datetime_local
from .photos_datetime import photos_datetime, photos_datetime_local
from .phototemplate import PhotoTemplate, RenderOptions
from .platform import is_macos
from .scoreinfo import ScoreInfo
Expand Down

0 comments on commit 5f4c570

Please sign in to comment.