Fix all flake8 errors in all python files (+ edit configuration files).

This commit is contained in:
Davide Casale
2024-02-27 17:24:47 +01:00
parent 2344d44aa0
commit 5543b0b1d2
11 changed files with 33 additions and 32 deletions

View File

@@ -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",