mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Improve fidelity to pylint's standard rules.
This commit is contained in:
@@ -17,6 +17,7 @@ from ...types import \
|
||||
|
||||
from ...types import serializers
|
||||
|
||||
#pylint: disable-next=too-many-public-methods
|
||||
class RestPublicEndpoints(Middleware):
|
||||
def conf(self, config: Config) -> Any:
|
||||
return self._get(f"conf/{config}")[0]
|
||||
|
||||
Reference in New Issue
Block a user