Skip to content

Commit

Permalink
lint: make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed May 23, 2024
1 parent 519ad87 commit 1042a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nebulagraph_lite/nebulagraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def _try_download_modelscope(self):
)

# export UDOCKER_TARBALL={self.base_path}
os.environ[
"UDOCKER_TARBALL"
] = f"{self.base_path}/{UDOCKER_TARBALL_FILENAME}"
os.environ["UDOCKER_TARBALL"] = (
f"{self.base_path}/{UDOCKER_TARBALL_FILENAME}"
)
return model_file
except Exception as e:
fancy_dict_print(
Expand Down

0 comments on commit 1042a8e

Please sign in to comment.