From 882e0850e75590745443089cefb7cae614c43075 Mon Sep 17 00:00:00 2001 From: DEsimas Date: Thu, 19 Dec 2024 23:31:46 +0300 Subject: [PATCH] fix: UI imports --- UI/src/main.py | 2 -- UI/src/pages/profile.py | 1 - 2 files changed, 3 deletions(-) diff --git a/UI/src/main.py b/UI/src/main.py index 714aa47..09042eb 100644 --- a/UI/src/main.py +++ b/UI/src/main.py @@ -1,5 +1,3 @@ -import re - import flet as ft from flet.core.page import RouteChangeEvent diff --git a/UI/src/pages/profile.py b/UI/src/pages/profile.py index aa62f96..e61c4f3 100644 --- a/UI/src/pages/profile.py +++ b/UI/src/pages/profile.py @@ -1,5 +1,4 @@ import flet as ft -from alembic.command import history from requests.auth import get_user from requests.clients import get_wishlist, get_cart, get_history