INCR-283 Run python-modernize on lms/djangoapps/program_enrollments/migrations and lms/djangoapps/program_enrollments/tests (#20578)

* run python modernize

* run isort

* Fix merge conflicts

* Fix merge conflict--file was deleted on master
This commit is contained in:
Stu Young
2019-05-21 11:27:52 -04:00
committed by Christie Rice
parent dcb92bdfad
commit 4e1f63bd15
8 changed files with 33 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
"""
Factories for Program Enrollment tests.
"""
from __future__ import absolute_import
from uuid import uuid4
import factory