Skip to content

Commit

Permalink
Update scm_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Nov 11, 2024
1 parent 74fad69 commit a2c91b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sunkit_pyvista/_dev/scm_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
try:
from setuptools_scm import get_version

<<<<<<<
version = get_version(root=os.path.join("..", ".."), relative_to=__file__)
=======
version = get_version(root=Path('../..'), relative_to=__file__)
>>>>>>>
except ImportError:
raise
except Exception as e:
Expand Down

0 comments on commit a2c91b7

Please sign in to comment.