Skip to content

Commit

Permalink
Update serialize.py to match new import structure
Browse files Browse the repository at this point in the history
  • Loading branch information
EtiennePelletier authored Nov 20, 2022
1 parent d0e3653 commit ce3c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exifread/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Enable conversion of Exif IfdTags to native Python types
"""

from .tags import FIELD_TYPES
from exifread.tags import FIELD_TYPES

def convert_hdr_tags(hdr_tags: dict) -> dict:
"""
Expand Down

0 comments on commit ce3c640

Please sign in to comment.