From 763375c69d5c0fa859e825457a8f5eccf451586d Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 10 Oct 2024 02:20:44 +0900 Subject: [PATCH] =?UTF-8?q?Python=203.10=20=E9=9D=9E=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E6=A9=9F=E8=83=BD=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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