diff options
Diffstat (limited to 'python/scripts/arabesque2ingestrequest.py')
-rwxr-xr-x | python/scripts/arabesque2ingestrequest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/scripts/arabesque2ingestrequest.py b/python/scripts/arabesque2ingestrequest.py index 03a1f29..69fe320 100755 --- a/python/scripts/arabesque2ingestrequest.py +++ b/python/scripts/arabesque2ingestrequest.py @@ -12,9 +12,9 @@ Run like: Can then run through requests using that tool, or dump into kafka queue. """ -import sys -import json import argparse +import json +import sys def run(args): |