This commit is contained in:
Miguel Grinberg
2019-04-27 09:37:53 +01:00
parent 4c83cb7563
commit 92edc17522
2 changed files with 4 additions and 1 deletions

3
.flake8 Normal file
View File

@@ -0,0 +1,3 @@
[flake8]
select = C,E,F,W,B,B950
per-file-ignores = ./*/__init__.py:F401

View File

@@ -253,7 +253,7 @@ class URLPattern():
class Microdot():
def __init__(self) :
def __init__(self):
self.url_map = []
self.error_handlers = {}