Skip to content

Commit

Permalink
Fix flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Mar 28, 2021
1 parent d160a05 commit 58f91ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodedge/editor_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def hasName(self) -> bool:
:rtype: ``bool``
"""
return self.filename is not ""
return self.filename != ""

@property
def shortName(self) -> str:
Expand Down

0 comments on commit 58f91ac

Please sign in to comment.