Remove pylint:disable

This commit is contained in:
mhchia
2019-08-02 23:19:36 +08:00
parent 06a9511ab4
commit 2e94fcf56c
36 changed files with 7 additions and 64 deletions

View File

@ -70,7 +70,6 @@ def initialize_default_swarm(
:param disc_opt: optional discovery
:return: return a default swarm instance
"""
# pylint: disable=too-many-arguments, unused-argument
if not id_opt:
id_opt = generate_id()
@ -112,7 +111,6 @@ async def new_node(
:param disc_opt: optional discovery
:return: return a host instance
"""
# pylint: disable=too-many-arguments
if not id_opt:
id_opt = generate_id()