Skip to content

Commit 77bd201

Browse files
committed
Refactor fix flake8 (W503 W504)
1 parent a3944ed commit 77bd201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tosixinch/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ def __init__(self, html):
202202
self.page().load(QUrl(url))
203203
while self.html is None:
204204
self.app.processEvents(
205-
QEventLoop.ExcludeUserInputEvents |
206-
QEventLoop.ExcludeSocketNotifiers |
207-
QEventLoop.WaitForMoreEvents)
205+
QEventLoop.ExcludeUserInputEvents
206+
| QEventLoop.ExcludeSocketNotifiers
207+
| QEventLoop.WaitForMoreEvents)
208208
self.app.quit()
209209

210210
def _callable(self, data):

0 commit comments

Comments
 (0)