Skip to content
Snippets Groups Projects
Verified Commit 383b5d48 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove unused import

parent 03c43235
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment