refactor: Removed unused imports

Removed unused imports from openedx/core/{djangolib, lib} and openedx/{tests, features}
This commit is contained in:
Jawayria
2021-02-18 21:20:33 +05:00
parent 401789dad3
commit 4cdf466215
13 changed files with 6 additions and 38 deletions

View File

@@ -2,13 +2,9 @@
Minimal Django settings for tests of common/lib.
Required in Django 1.9+ due to imports of models in stock Django apps.
"""
import sys # lint-amnesty, pylint: disable=unused-import
import tempfile
from django.utils.translation import ugettext_lazy as _
from path import Path # lint-amnesty, pylint: disable=unused-import
ALL_LANGUAGES = []