diff --git a/kallithea/bin/kallithea_api.py b/kallithea/bin/kallithea_api.py --- a/kallithea/bin/kallithea_api.py +++ b/kallithea/bin/kallithea_api.py @@ -25,10 +25,10 @@ Original author and date, and relevant c :license: GPLv3, see LICENSE.md for more details. """ +import argparse import sys -import argparse -from kallithea.bin.base import json, api_call, RcConf, FORMAT_JSON, FORMAT_PRETTY +from kallithea.bin.base import FORMAT_JSON, FORMAT_PRETTY, RcConf, api_call, json def argparser(argv):