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

@@ -28,7 +28,6 @@ from ...types import (
from ..middleware import Middleware
# pylint: disable-next=too-many-public-methods
class RestPublicEndpoints(Middleware):
def conf(self, config: str) -> Any:
return self._get(f"conf/{config}")[0]