Skip to content
Snippets Groups Projects
Commit db41bc04 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add missing newline at EOF for version.py (?) to placate Flake8

parent 3f5ed054
No related branches found
No related tags found
1 merge request!105Scans
Pipeline #
...@@ -32,4 +32,4 @@ except ImportError: ...@@ -32,4 +32,4 @@ except ImportError:
else: else:
_islpy_version = islpy.version.VERSION_TEXT _islpy_version = islpy.version.VERSION_TEXT
DATA_MODEL_VERSION = "v63-islpy%s" % _islpy_version DATA_MODEL_VERSION = "v63-islpy%s" % _islpy_version
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment