chore: run formatter
This commit is contained in:
parent
946c5b4112
commit
a2b3b609f8
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user