diff --git a/src/nebulagraph_lite/nebulagraph.py b/src/nebulagraph_lite/nebulagraph.py index 27a3662..41381ad 100644 --- a/src/nebulagraph_lite/nebulagraph.py +++ b/src/nebulagraph_lite/nebulagraph.py @@ -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(