Skip to content

Commit 8935fab

Browse files
author
Anthony Li
committed
fix style check
1 parent c9d7a37 commit 8935fab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/market/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import hashlib
2-
import math
32
import hmac
3+
import math
44

5+
from django.conf import settings
56
from django.contrib.auth.models import AbstractUser
67
from django.core.exceptions import ValidationError
78
from django.core.validators import MinValueValidator
89
from django.db import models
9-
from django.conf import settings
1010
from phonenumber_field.modelfields import PhoneNumberField
1111

1212

0 commit comments

Comments
 (0)