diff options
| author | 2019-11-08 17:42:30 +0000 | |
|---|---|---|
| committer | 2019-11-08 17:42:30 +0000 | |
| commit | 8eae040240eff09f8c5667e8f97b5879be9650d4 (patch) | |
| tree | 8f438ee75020994ebaad89d3ee4822bbbed36570 | |
| parent | rewrite tfl.py (diff) | |
| signature | ||
remove unneeded imports in tfl.py
| -rw-r--r-- | modules/tfl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tfl.py b/modules/tfl.py index eb14abc2..62fc57df 100644 --- a/modules/tfl.py +++ b/modules/tfl.py @@ -1,6 +1,6 @@ #--depends-on commands -import collections, datetime, re, typing, urllib.parse +import collections, urllib.parse from src import ModuleManager, utils URL_LINE = "https://api.tfl.gov.uk/Line/Mode/tube/Status" |
