Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 27, 2021
1 parent 0bcf456 commit 1c77761
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ def authorizedLayerAttributes(self, layer, attributes):
allowed = []

for attr in attributes:
if not "name" in attr and not "virtual" in attr: # spellok
if "name" not in attr and "virtual" not in attr: # spellok
allowed.append(attr) # spellok

return allowed
Expand Down

0 comments on commit 1c77761

Please sign in to comment.