diff --git a/app/main.py b/app/main.py index 034e0af6e91fc5684bea33f16c508ff78de1022a..2387cecc03fc837c09640c583db2b1176754e83b 100644 --- a/app/main.py +++ b/app/main.py @@ -6,7 +6,6 @@ from os import environ #Used for getting the enviorement variables from itsdangerous import URLSafeSerializer #used for signing the cookies from random import choice#used for signing the cookies from string import ascii_lowercase #used for signing the cookies -from requests import get #used to get the current version on the Server #Import of shorter specific files from table_check import table_check #import the table check file