From bd6b87177d93a06c382b80e5f457e018d4e318be Mon Sep 17 00:00:00 2001 From: kosh Date: Sun, 1 Sep 2024 18:16:44 +0530 Subject: [PATCH] Remove unnessasary import --- backend/src/rest_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/rest_api.py b/backend/src/rest_api.py index af739d4..e2cf8c0 100644 --- a/backend/src/rest_api.py +++ b/backend/src/rest_api.py @@ -1,5 +1,4 @@ import os -from re import T import secrets import sqlite3 import flask