general: migrate modules to use 3.9 features
This commit is contained in:
parent
d3f9a8e8b6
commit
d915c848e9
125 changed files with 889 additions and 739 deletions
|
@ -2,15 +2,14 @@
|
|||
Foursquare/Swarm checkins
|
||||
'''
|
||||
|
||||
from datetime import datetime, timezone, timedelta
|
||||
from itertools import chain
|
||||
import json
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from itertools import chain
|
||||
|
||||
# TODO pytz for timezone???
|
||||
|
||||
from my.core import get_files, make_logger
|
||||
from my.config import foursquare as config
|
||||
|
||||
# TODO pytz for timezone???
|
||||
from my.core import get_files, make_logger
|
||||
|
||||
logger = make_logger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue