Skip to content

Commit

Permalink
Updated code to fit PEP8 standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Nov 19, 2019
1 parent 35a24cc commit 4b0c0dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions artellapipe/tools/assetslibrary/assetslibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ class ArtellaAssetsLibrary(artellapipe.Tool, object):
def __init__(self, project, config):
super(ArtellaAssetsLibrary, self).__init__(project=project, config=config)


def ui(self):
super(ArtellaAssetsLibrary, self).ui()

Expand All @@ -383,4 +382,3 @@ def _on_valid_login(self):
"""

self._library_widget.refresh()

0 comments on commit 4b0c0dd

Please sign in to comment.