Skip to content

Commit b63ab64

Browse files
authored
Style: Isort 준수를 위한 import 순서 변경
1 parent 633a131 commit b63ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import datetime
22

3-
from pytz import timezone
43
from django.shortcuts import get_object_or_404
4+
from pytz import timezone
55
from rest_framework.response import Response
66
from rest_framework.views import APIView
77

0 commit comments

Comments
 (0)