Skip to content

Commit 1087789

Browse files
committed
Make codebase pylint clean
1 parent db9a903 commit 1087789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_gate/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class GateConfigSchema(Schema):
4949
)
5050
hosts = fields.List(fields.Nested(HostSchema), required=False, missing=[])
5151

52-
# pylint: disable=no-self-use,unused-argument
52+
# pylint: disable=unused-argument
5353
@post_load
5454
def create_config(self, data, **kwargs):
5555
return GateConfig(**data)

0 commit comments

Comments
 (0)