refactor: telegram modules and tighten linting (#111)

This commit is contained in:
banteg
2026-01-13 05:14:26 +04:00
committed by GitHub
parent f060d3b59c
commit c1205cd5a8
63 changed files with 3257 additions and 3073 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ class DummyTransport:
def interactive_setup(self, *, force: bool) -> bool:
raise NotImplementedError
def lock_token(self, *, transport_config: object, config_path):
_ = transport_config, config_path
def lock_token(self, *, transport_config: object, _config_path):
_ = transport_config, _config_path
raise NotImplementedError
def build_and_run(