Skip to content

Commit e3cac82

Browse files
committed
#26 Fix import typo
1 parent 245f99d commit e3cac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edtf/fields.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from edtf import parse_edtf, EDTFObject
99
from edtf.natlang import text_to_edtf
10-
form edtf.utils import struct_time_to_date
10+
from edtf.utils import struct_time_to_date
1111

1212
DATE_ATTRS = (
1313
'lower_strict',

0 commit comments

Comments
 (0)