Skip to content
Snippets Groups Projects
Commit 8baaa574 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove unknown-version-guard, it's not needed

parent 82373a23
No related branches found
No related tags found
No related merge requests found
Pipeline #9161 passed
from pkg_resources import get_distribution, DistributionNotFound
try:
version = get_distribution(__name__).version
except DistributionNotFound:
version = "unknown version"
version = get_distribution(__name__).version
from .offline import OfflineReader
from .daq import DAQReader
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