PEP fixes

This commit is contained in:
Oliver 2022-02-07 13:14:51 +11:00
parent a5a2fcd84a
commit 11c187f81d

View File

@ -100,7 +100,7 @@ class InvenTreeConfig(AppConfig):
try:
from djmoney.contrib.exchange.models import ExchangeBackend
from datetime import datetime, timedelta
from InvenTree.tasks import update_exchange_rates
from common.settings import currency_code_default
except AppRegistryNotReady: