fix warnings

This commit is contained in:
jxxghp
2025-03-09 16:48:32 +08:00
parent ed6d856c24
commit 87ce266b14
14 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from typing import List, Any, Union
from typing import Union
from app.chain import ChainBase
from app.db.systemconfig_oper import SystemConfigOper