Skip to content
Snippets Groups Projects
Commit d3b90636 authored by I. Nüske's avatar I. Nüske
Browse files

FIX: Revert accidental rename

parent dfc66218
Branches
No related tags found
1 merge request!181Fix pylint warnings
Pipeline #62390 passed
......@@ -55,7 +55,7 @@ from .utils.get_entity import (get_entity_by_id, get_entity_by_name,
get_entity_by_path)
try:
from .version import version as __version_ # pylint: disable=import-error
from .version import version as __version__ # pylint: disable=import-error
except ModuleNotFoundError:
version = "uninstalled"
__version__ = version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment