Browse Source

Add flake8: noqa linter directive to database.py

flake8 has real problems linting this file on Python 2
cclauss 6 years ago
parent
commit
253dfcf80c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      walle/model/database.py

+ 3 - 0
walle/model/database.py

@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
 """Database module, including the SQLAlchemy database object and DB-related utilities."""
+
+# flake8: noqa  # flake8 has real problems linting this file on Python 2
+
 from pprint import pformat
 
 from sqlalchemy import desc, or_