Skip to content

Commit

Permalink
Remove suplicate imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jun 26, 2017
1 parent dba70a5 commit 7a8c1f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

from datetime import date

from babel.numbers import (
list_currencies, validate_currency, UnknownCurrencyError, is_currency, normalize_currency, get_currency_precision)
from babel.core import Locale
from babel import Locale, localedata, numbers
from babel.numbers import (
Expand Down

0 comments on commit 7a8c1f2

Please sign in to comment.