Skip to content

Commit 0d959ff

Browse files
fix: move common function to a new file
1 parent 0448cf4 commit 0d959ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • openedx/core/djangoapps/content_libraries

openedx/core/djangoapps/content_libraries/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
from xmodule.modulestore.mixed import MixedModuleStore
7979

8080
from . import api
81+
from .api import create_library_v2_zip
8182
from .models import ContentLibrary
8283

8384
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)