Skip to content

Commit

Permalink
chore: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Aug 8, 2023
1 parent 68c6386 commit b143dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hdxms_datasets/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Adapted from: https://github.com/maresb/hatch-vcs-footgun-example
# Define the variable '__version__':
try:
# If we are in an editable install, the _versioneer file exist and we can use it to find the version
# If we are in an editable install, the _versioneer file
# exist and we can use it to find the version
from hdxms_datasets._versioneer import get_versions

# This will fail with LookupError if the package is not installed in
Expand Down

0 comments on commit b143dbe

Please sign in to comment.