fix: Removed unnecessary constraints (#27915)
Updated constraints of following packages: inflect,geoip2,maxmindb,path,isort (isort>5.0.0 introduced wrong-import-order warnings so disabled the warning)
This commit is contained in:
@@ -21,7 +21,7 @@ from path import Path as path
|
||||
|
||||
from openedx.core.lib.derived import derive_settings
|
||||
|
||||
from xmodule.modulestore.modulestore_settings import update_module_store_settings
|
||||
from xmodule.modulestore.modulestore_settings import update_module_store_settings # pylint: disable=wrong-import-order
|
||||
|
||||
from .common import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user