chore: run formatter

This commit is contained in:
NateScarlet 2022-12-09 19:12:25 +08:00
parent 946c5b4112
commit a2b3b609f8
No known key found for this signature in database
GPG Key ID: 5C242793B070309C
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import os
__dirname__ = os.path.abspath(os.path.dirname(__file__)) __dirname__ = os.path.abspath(os.path.dirname(__file__))
def workspace_path(*other): def workspace_path(*other):
return os.path.join(os.path.dirname(__dirname__), *other) return os.path.join(os.path.dirname(__dirname__), *other)

View File

@ -31,8 +31,6 @@ class ChinaTimezone(tzinfo):
return timedelta() return timedelta()
def update_data(year: int) -> Iterator[str]: def update_data(year: int) -> Iterator[str]:
"""Update and store data for a year.""" """Update and store data for a year."""