mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-07 01:13:11 +02:00
fix: Add missing Dict, Any import to sqlite_handler.py
This commit is contained in:
@@ -5,7 +5,7 @@ import time
|
||||
import secrets
|
||||
import base64
|
||||
from pathlib import Path
|
||||
from typing import Optional, List
|
||||
from typing import Optional, List, Dict, Any
|
||||
|
||||
logger = logging.getLogger("SQLiteHandler")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user