Skip to content

Commit dc0de26

Browse files
committed
rearrange imports
1 parent 18535f7 commit dc0de26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcf_website/models/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""TCF Database models."""
33

44
import math
5+
from decimal import Decimal
56

67
from django.contrib.auth.models import AbstractUser
78
from django.contrib.postgres.aggregates.general import ArrayAgg
@@ -27,7 +28,6 @@
2728
fields,
2829
)
2930
from django.db.models.functions import Abs, Cast, Coalesce, Concat, Round
30-
from decimal import Decimal
3131

3232
# pylint: disable=line-too-long
3333

0 commit comments

Comments
 (0)