Skip to content

Commit

Permalink
Merge pull request #257 from tokejepsen/code_cosmetics
Browse files Browse the repository at this point in the history
Fix PEP8 issues.
  • Loading branch information
mottosso authored Aug 21, 2017
2 parents 456518f + 07bf45b commit 9d13e8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyblish_qml/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@ def show(self, client_settings=None):
window.setHeight(client_settings["WindowSize"][1])
window.setTitle(client_settings["WindowTitle"])
window.setFramePosition(
QtCore.QPoint(client_settings["WindowPosition"][0],
client_settings["WindowPosition"][1]))
QtCore.QPoint(
client_settings["WindowPosition"][0],
client_settings["WindowPosition"][1]
)
)

message = list()
message.append("Settings: ")
Expand Down

0 comments on commit 9d13e8a

Please sign in to comment.