Skip to content

Commit

Permalink
pre-commit style change
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 26, 2024
1 parent 8f163d5 commit 290d712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/alluxiocommon/tests/test_datamanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def test_import_alluxiocommon():
try:
from alluxiocommon import _DataManager

dm = _DataManager(4)
print(f"alluxiocommon._DataManager:{dm} instantiated!")
except Exception as e:
Expand Down

0 comments on commit 290d712

Please sign in to comment.