Skip to content

Commit

Permalink
Revert "OpenConceptLab/ocl_issues#1595 | coverage fix"
Browse files Browse the repository at this point in the history
This reverts commit 37aeae0.
  • Loading branch information
snyaggarwal committed Aug 5, 2023
1 parent f1228de commit c73aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def exists(cls, key):
return True

@classmethod
def rename(cls, old_key, new_key, delete=False): # pragma: no cover
def rename(cls, old_key, new_key, delete=False):
try:
resource = cls.__resource()
resource.meta.client.copy(
Expand Down

0 comments on commit c73aaaa

Please sign in to comment.