! version #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
lint:
binance/client.py#L3864
Method declaration "get_cross_margin_data" is obscured by a declaration of the same name (reportGeneralTypeIssues)
|
lint:
binance/depthcache.py#L161
Argument of type "Unknown | AbstractEventLoop" cannot be assigned to parameter "user_timeout" of type "int" in function "__init__"
Type "Unknown | AbstractEventLoop" cannot be assigned to type "int"
"AbstractEventLoop" is incompatible with "int" (reportGeneralTypeIssues)
|
lint
2 errors
|