remove obsolete import

This commit is contained in:
Glandos 2020-08-05 22:47:54 +02:00
parent c51ddcfe28
commit 0fd8c26747

View file

@ -36,7 +36,6 @@ from sqlalchemy_continuum import Operation
from werkzeug.exceptions import NotFound
from werkzeug.security import check_password_hash, generate_password_hash
from ihatemoney.currency_convertor import CurrencyConverter
from ihatemoney.forms import (
AdminAuthenticationForm,
AuthenticationForm,