Remove all old '# pylint:' comments from all python files.

This commit is contained in:
Davide Casale
2024-02-26 20:04:09 +01:00
parent 6a700690d7
commit 2344d44aa0
10 changed files with 0 additions and 28 deletions

View File

@@ -6,7 +6,6 @@ from datetime import datetime
from functools import wraps
from typing import Any, Awaitable, Callable, Dict, List, Optional, TypeVar, cast
# pylint: disable-next=wrong-import-order
from typing_extensions import Concatenate, ParamSpec
from websockets.client import WebSocketClientProtocol