Skip to content

Commit c30ac41

Browse files
ssuerbiersdispater
authored andcommitted
Remove remaining usage of deprecated Parser.is_strict method. (#157)
1 parent 6c543ca commit c30ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pendulum/parsing/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def normalize(self, parsed):
305305
306306
:rtype: dict
307307
"""
308-
if self.is_strict():
308+
if self.is_exact():
309309
return parsed
310310

311311
if any(('year' not in parsed, 'month' not in parsed, 'day' not in parsed)):

0 commit comments

Comments
 (0)