From fc8aa255dfd7158b51f9386ec608bc415712f67f Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 4 Oct 2025 18:13:12 +0300 Subject: [PATCH] feat/flask: cleaned unused imports --- app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.py b/app.py index e924377..2443b66 100644 --- a/app.py +++ b/app.py @@ -1,11 +1,9 @@ import threading import time -import re from os import path, listdir from datetime import date from configparser import ConfigParser -from urllib.request import urlopen import sass