* run python modernize

* run isort
This commit is contained in:
Stu Young
2019-05-15 14:43:46 -04:00
committed by Michael Youngstrom
parent 822b2deca0
commit 90aea81dec
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
"""Common environment variables unique to the instructor plugin."""
from __future__ import absolute_import
from django.utils.translation import ugettext_lazy as _

View File

@@ -1,4 +1,6 @@
"""AWS environment variables unique to the instructor plugin."""
from __future__ import absolute_import
import warnings