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 Oct 30, 2024
1 parent b609599 commit b74852f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sunkit_image/_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=Path("..") / "..", relative_to=__file__)
=======
version = get_version(root=Path('../..'), relative_to=__file__)
>>>>>>>
except ImportError:
raise
except Exception as e:
Expand Down

0 comments on commit b74852f

Please sign in to comment.