Skip to content

Commit

Permalink
Some “# noqa”
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzsochi committed Feb 9, 2017
1 parent 418b0cb commit 7e08db9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yadm/fields/money/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .money import Money, MoneyField
from .currency import Currency, DEFAULT_CURRENCY_STORAGE
from .money import Money, MoneyField # noqa
from .currency import Currency, CurrencyField # noqa
from .currency import DEFAULT_CURRENCY_STORAGE # noqa

0 comments on commit 7e08db9

Please sign in to comment.