Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
W293 blank line contains whitespace
  • Loading branch information
ibigpapa committed Sep 24, 2016
1 parent 0837630 commit 57d1857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def run(self, port=None, server=None, debug=None, host=None, **options): # prag
self.port = port
elif self.port is None:
self.port = 5000

self.host = host or self.host or '0.0.0.0'

if server is not None:
Expand Down

0 comments on commit 57d1857

Please sign in to comment.