We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059e21 commit 079b34eCopy full SHA for 079b34e
domdf_python_tools/dates.py
@@ -182,7 +182,7 @@ def utc_timestamp_to_datetime(
182
if sys.version_info <= (3, 7, 2):
183
MonthsType = OrderedDict
184
else:
185
- MonthsType = typing.OrderedDict[str, str]
+ MonthsType = typing.OrderedDict[str, str] # type: ignore
186
187
#: Mapping of 3-character shortcodes to full month names.
188
months: MonthsType = OrderedDict(
0 commit comments