diff --git a/update_db.py b/update_db.py index e4d6914..74235e6 100644 --- a/update_db.py +++ b/update_db.py @@ -11,7 +11,7 @@ import string import time from dataclasses import dataclass from datetime import date, datetime, timedelta -from typing import Any, Self, Type, TypedDict, cast +from typing import Any, Type, TypedDict, cast import mysql.connector import requests