Skip to content

Commit 849b5b4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2991564 commit 849b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/features/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import unicode_literals
22

3-
from contextlib import suppress
43
import datetime
54
import logging
65
import typing
76
import uuid
7+
from contextlib import suppress
88
from copy import deepcopy
99

1010
from django.conf import settings

0 commit comments

Comments
 (0)