* INCR-149: Run python-modernize on openedx/core/djangoapps [self_paced, coursegraph]

* INCR-149: Groups to absolute_import and unicode_literals
This commit is contained in:
Amit
2019-05-10 18:11:42 +03:00
committed by Michael Youngstrom
parent 2df1ca0c97
commit 833d0af8cc
8 changed files with 23 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ Coursegraph Application Configuration
Signal handlers are connected here.
"""
from __future__ import absolute_import
from django.apps import AppConfig