Skip to content

Commit

Permalink
fix: lint nit
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhaugh committed Jan 9, 2024
1 parent 9011839 commit 761cedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmodule/library_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def trigger_library_sync(self, dest_block: LibraryContentBlock, library_version:
library_version=library_version,
),
)

def trigger_duplication(self, source_block: LibraryContentBlock, dest_block: LibraryContentBlock) -> None:
"""
Queue a task to duplicate the children of `source_block` to `dest_block`.
Expand Down

0 comments on commit 761cedf

Please sign in to comment.