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

Make yapf

parent f702860a
No related branches found
No related tags found
Loading
Pipeline #12991 passed with warnings
...@@ -15,14 +15,12 @@ try: ...@@ -15,14 +15,12 @@ try:
except ImportError: except ImportError:
from contextlib2 import ExitStack from contextlib2 import ExitStack
try: try:
version = get_distribution(__name__).version version = get_distribution(__name__).version
except DistributionNotFound: except DistributionNotFound:
version = "unknown version" version = "unknown version"
__version__ = version __version__ = version
LATEST_VERSIONS = { LATEST_VERSIONS = {
"detx": "detx/detx_v3.detx", "detx": "detx/detx_v3.detx",
} }
......
...@@ -8,7 +8,6 @@ from __future__ import print_function ...@@ -8,7 +8,6 @@ from __future__ import print_function
import argparse import argparse
from . import data_path from . import data_path
if __name__ == "__main__": if __name__ == "__main__":
description = "Expand a testing dataset path to a full path." description = "Expand a testing dataset path to a full path."
parser = argparse.ArgumentParser(prog="km3net_testdata") parser = argparse.ArgumentParser(prog="km3net_testdata")
......
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