We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a903 commit 1087789Copy full SHA for 1087789
aws_gate/config.py
@@ -49,7 +49,7 @@ class GateConfigSchema(Schema):
49
)
50
hosts = fields.List(fields.Nested(HostSchema), required=False, missing=[])
51
52
- # pylint: disable=no-self-use,unused-argument
+ # pylint: disable=unused-argument
53
@post_load
54
def create_config(self, data, **kwargs):
55
return GateConfig(**data)
0 commit comments