Skip to content

Commit

Permalink
Merge pull request #6 from number-eleven/fix-import
Browse files Browse the repository at this point in the history
Ignoring some linter errors to fix imports
  • Loading branch information
rkty13 committed Jan 12, 2019
2 parents 87f94e4 + 5328272 commit 431dec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v0/__init__.py
@@ -1,5 +1,5 @@
from flask import Blueprint

import api.v0.routes # pylint: disable=cyclic-import

api_v0 = Blueprint('mod_api_v0', __name__)

import api.v0.routes # pylint: disable=cyclic-import,wrong-import-position # noqa: E402

0 comments on commit 431dec7

Please sign in to comment.