Browse Source

Python 3.10 非対応機能削除

feature/query
みてるぞ 1 month ago
parent
commit
763375c69d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update_db.py

+ 1
- 1
update_db.py View File

@@ -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


Loading…
Cancel
Save