Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
v.kholyavka committed Dec 20, 2018
1 parent c551f32 commit 85ba9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def get_action_links(self):
return self._allowed_action_links

def _build_action_link(self, action_link):
icon, attributes = None, None
icon, attributes = None, None
attributes_class = "action-{}".format(action_link[0])
if len(action_link) == 3:
# icon can be 3-rd arg of link or specified inside inside dict with same index
Expand Down

0 comments on commit 85ba9a0

Please sign in to comment.