Skip to content

Commit

Permalink
Remove flake8:noqa from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antespi committed Jun 21, 2016
1 parent 9bd10af commit 193f1e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion account_asset_disposal_analytic/__init__.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# © 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# flake8: noqa

from . import models
1 change: 0 additions & 1 deletion account_asset_disposal_analytic/models/__init__.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# © 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# flake8: noqa

from . import account_asset_asset
1 change: 0 additions & 1 deletion account_asset_disposal_analytic/tests/__init__.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# © 2016 Antonio Espinosa - <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# flake8: noqa

from . import test_account_asset

0 comments on commit 193f1e1

Please sign in to comment.