Skip to content

Commit

Permalink
Missing os import
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berlfein committed Nov 27, 2024
1 parent eb0ca64 commit cde4f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions euclidlike/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Read version number from root directory
import os
current_dir = os.path.dirname(os.path.abspath(__file__))
version_path = os.path.join(current_dir, "..", "VERSION")

Expand Down
1 change: 1 addition & 0 deletions euclidlike_imsim/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Read version number from root directory
import os
current_dir = os.path.dirname(os.path.abspath(__file__))
version_path = os.path.join(current_dir, "..", "VERSION")

Expand Down

0 comments on commit cde4f87

Please sign in to comment.