mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
[Minor] More Type Hints
This commit is contained in:
parent
29c4bd4028
commit
0b90ca7708
@ -41,7 +41,7 @@ from monitor import monitor
|
||||
logger = get_main_logger()
|
||||
|
||||
if TYPE_CHECKING:
|
||||
def _(x): return x
|
||||
def _(x: str): return x
|
||||
|
||||
UserDict = collections.UserDict[str, Any] # indicate to our type checkers what this generic class holds normally
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user