Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore: Update xblockutils/deprecation/warn.py
Browse files Browse the repository at this point in the history
Co-authored-by: Feanil Patel <[email protected]>
  • Loading branch information
farhan and Feanil Patel authored Oct 4, 2023
1 parent fd0723f commit 8fe1a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xblockutils/deprecation/warn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def __init__(self, old_import, new_import):

def __str__(self):
return (
"Please use import {self.new_import} instead of {self.old_import} as "
"'xblock-utils' package has been deprecated and migrated within 'xblock' package. "
"Please use import {self.new_import} instead of {self.old_import} because "
"the 'xblock-utils' package has been deprecated and migrated to within 'xblock' package. "
).format(self=self)


Expand Down

0 comments on commit 8fe1a75

Please sign in to comment.