Skip to content

Commit

Permalink
Removed dev scaffolds
Browse files Browse the repository at this point in the history
[run all tests]
  • Loading branch information
ckunki committed Oct 23, 2024
1 parent e412616 commit e843181
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,3 @@ def cleanup_task(self, success):
self._remove_volume(db_volume_name)
except Exception as e:
self.logger.error(f"Error during removing docker volume %s: %s", db_volume_name, e)




if __name__ == "__main__":
f = importlib_res.files("importlib")
print(f'{f}')

0 comments on commit e843181

Please sign in to comment.