Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Jan 1, 2023
1 parent 6bc0c87 commit fbbf381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countylimits/data_collection/gather_county_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from django.utils import timezone


TZ = pytz.timezone('US/Eastern')
TZ = pytz.timezone("US/Eastern")
AWARE_NOW = timezone.now().astimezone(TZ)
ERROR_MSG = "Script failed to process all files."
API_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
Expand Down

0 comments on commit fbbf381

Please sign in to comment.