Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Nov 28, 2023
1 parent ad36f79 commit 7de0547
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
from setuptools import setup, find_packages


__version__ = SourceFileLoader(
"hopsworks.version", os.path.join("hopsworks", "version.py")
).load_module().__version__
__version__ = (
SourceFileLoader("hopsworks.version", os.path.join("hopsworks", "version.py"))
.load_module()
.__version__
)


def read(fname):
Expand Down

0 comments on commit 7de0547

Please sign in to comment.