removed unused imports

This commit is contained in:
Riccardo Berto 2021-02-24 17:22:14 +01:00
parent de7b3e5fb2
commit 1456ddc2e5

View File

@ -4,8 +4,6 @@ import ssl
import email
import os
from glob import glob
import sys
from gpxpy import gpx
from sqlalchemy import create_engine, text
from sqlalchemy.engine import Connection
@ -106,7 +104,5 @@ def main():
if __name__ == '__main__':
try:
main()
except IndexError:
print('Run the script with "python main.py OWNER_NAME"')
except (KeyboardInterrupt, EOFError):
pass