remove unneeded imports in tfl.py
This commit is contained in:
parent
c20a31aa72
commit
8eae040240
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#--depends-on commands
|
#--depends-on commands
|
||||||
|
|
||||||
import collections, datetime, re, typing, urllib.parse
|
import collections, urllib.parse
|
||||||
from src import ModuleManager, utils
|
from src import ModuleManager, utils
|
||||||
|
|
||||||
URL_LINE = "https://api.tfl.gov.uk/Line/Mode/tube/Status"
|
URL_LINE = "https://api.tfl.gov.uk/Line/Mode/tube/Status"
|
||||||
|
|
Loading…
Reference in a new issue