Formatting

This commit is contained in:
squidfunk 2023-12-07 21:50:13 +01:00
parent e1723f0cc6
commit 0d72b5f57e
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class PostDate(BaseConfigOption[DateDict]):
for key, value in config[key_name].items():
# Handle datetime - since datetime is a subclass of date, we need
# to check it first, or we'll loose time - see https://t.ly/-KG9N
# to check it first, or we lose the time - see https://t.ly/-KG9N
if isinstance(value, datetime):
continue

View File

@ -64,7 +64,7 @@ class PostDate(BaseConfigOption[DateDict]):
for key, value in config[key_name].items():
# Handle datetime - since datetime is a subclass of date, we need
# to check it first, or we'll loose time - see https://t.ly/-KG9N
# to check it first, or we lose the time - see https://t.ly/-KG9N
if isinstance(value, datetime):
continue