replace currecny package, use set not list
This commit is contained in:
parent
19eea483e5
commit
1fbdfb34c0
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import pathlib
|
||||
from dataclasses import dataclass
|
||||
|
||||
from currencies import Currency
|
||||
from money.currency import Currency
|
||||
|
||||
DEFAULT_CURRENCIES = {Currency("EUR"), Currency("GBP"), Currency("USD")}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue