summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-05-25 11:20:43 +0300
committerDevaev Maxim <[email protected]>2021-05-25 11:20:43 +0300
commit98c3956994669f9e2a346bdcea9272a351589c96 (patch)
tree04148a7d34870a2e05cc78cd9a4ee773e791e347
parentbed223bd865dac0c7716db0fbfb30920acc52d7d (diff)
lint fix
-rw-r--r--kvmd/apps/janus/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/janus/runner.py b/kvmd/apps/janus/runner.py
index d590f368..28956e0a 100644
--- a/kvmd/apps/janus/runner.py
+++ b/kvmd/apps/janus/runner.py
@@ -30,7 +30,7 @@ class _Netcfg:
# =====
class JanusRunner: # pylint: disable=too-many-instance-attributes
- def __init__(
+ def __init__( # pylint: disable=too-many-arguments
self,
stun_host: str,
stun_port: int,