mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Remove all old '# pylint:' comments from all python files.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user