mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix all flake8 errors in all python files (+ edit configuration files).
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
from . import dataclasses
|
||||
|
||||
from .labeler import (
|
||||
from .labeler import ( # noqa: F401
|
||||
_Serializer,
|
||||
generate_labeler_serializer,
|
||||
generate_recursive_serializer,
|
||||
)
|
||||
|
||||
from .notification import _Notification
|
||||
from .notification import _Notification # noqa: F401
|
||||
|
||||
__serializers__ = [
|
||||
"PlatformStatus",
|
||||
|
||||
Reference in New Issue
Block a user