suppression importation de timdelta
This commit is contained in:
parent
0328676e87
commit
2c7dff41ef
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -3,7 +3,7 @@ from os import environ
|
||||||
from tweepy import OAuthHandler, API, StreamListener, Stream
|
from tweepy import OAuthHandler, API, StreamListener, Stream
|
||||||
from re import sub
|
from re import sub
|
||||||
from random import choice
|
from random import choice
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime
|
||||||
from pytz import timezone
|
from pytz import timezone
|
||||||
|
|
||||||
def load(variables):
|
def load(variables):
|
||||||
|
|
Reference in a new issue