From b143dbe1a632caecb11a95410717c3b8f94e75d8 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Tue, 8 Aug 2023 15:52:32 +0200 Subject: [PATCH] chore: line length --- hdxms_datasets/__version__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdxms_datasets/__version__.py b/hdxms_datasets/__version__.py index c19faf1..6bf1aab 100644 --- a/hdxms_datasets/__version__.py +++ b/hdxms_datasets/__version__.py @@ -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