Skip to content

Commit

Permalink
Make linter happy #22
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Jun 10, 2018
1 parent aad8f60 commit ba7c76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailscraper/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __repr__(self):
class Action(BaseElement):
"""Action in an IAM Policy."""

BASE_ACTION_PREFIXES=[
BASE_ACTION_PREFIXES = [
"Describe",
"Create",
"Delete",
Expand Down

0 comments on commit ba7c76f

Please sign in to comment.