From 383b5d485b4ec6797a63e751c1f140f39c203842 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Mon, 28 Feb 2022 19:57:00 +0100 Subject: [PATCH] remove unused import --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index 034e0af..2387cec 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 -- GitLab