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