Skip to content

Commit 294ebd1

Browse files
Intentionally fail to show what pre-commit.ci looks like with autofix_prs false
1 parent c677636 commit 294ebd1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/matplotlib/dates.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ def _get_tzinfo(tz=None):
222222
raise TypeError("tz must be string or tzinfo subclass.")
223223

224224

225-
# Time-related constants.
225+
"""
226+
Time-related constants.
227+
"""
226228
EPOCH_OFFSET = float(datetime.datetime(1970, 1, 1).toordinal())
227229
# EPOCH_OFFSET is not used by matplotlib
228230
JULIAN_OFFSET = 1721424.5 # Julian date at 0000-12-31

0 commit comments

Comments
 (0)