Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Apr 27, 2019
1 parent 4c83cb7 commit 92edc17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
select = C,E,F,W,B,B950
per-file-ignores = ./*/__init__.py:F401
2 changes: 1 addition & 1 deletion microdot.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def match(self, path):


class Microdot():
def __init__(self) :
def __init__(self):
self.url_map = []
self.error_handlers = {}

Expand Down

0 comments on commit 92edc17

Please sign in to comment.