refactor: remove unused imports.

This commit is contained in:
Awais Qureshi
2021-03-19 15:10:45 +05:00
committed by root
parent c377d87c54
commit 05a5f5954b
5 changed files with 0 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ Tests of the openedx.features.discounts.utils module.
from unittest.mock import patch, Mock
import ddt
import six
from django.contrib.auth.models import AnonymousUser
from django.test import TestCase
from django.utils.translation import override as override_lang

View File

@@ -2,7 +2,6 @@
import jwt
import six
from django.test.client import Client
from django.urls import reverse