add ruff linter and refactor all code

This commit is contained in:
2024-06-09 20:54:41 +07:00
parent 5f014a4b8d
commit e65f5e16d0
6 changed files with 68 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from bs4 import BeautifulSoup
from get import fetch_timetable_data, parse_day_data
from DB import UseDB
from get import fetch_timetable_data, parse_day_data
def update_database(group_id: int) -> None: