Skip to content

Commit dc4bc70

Browse files
committed
fix: lint
1 parent 6e25f2d commit dc4bc70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/openedx_tagging/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
from urllib.parse import parse_qs, quote_plus, urlparse
99

1010
import ddt # type: ignore[import]
11-
from django.test import override_settings
1211
import rules
1312
from django.contrib.auth import get_user_model
1413
from django.core.files.uploadedfile import SimpleUploadedFile
1514
from django.db import IntegrityError
15+
from django.test import override_settings
1616
from rest_framework import status
1717
from rest_framework.test import APITestCase
1818

0 commit comments

Comments
 (0)