mirror of https://github.com/citusdata/citus.git
fix python imports
parent
b44ccb24d3
commit
298a55bb5f
|
@ -15,9 +15,11 @@ Options:
|
|||
--version Show version.
|
||||
|
||||
"""
|
||||
from docopt import docopt
|
||||
import subprocess
|
||||
import json
|
||||
import subprocess
|
||||
|
||||
from docopt import docopt
|
||||
|
||||
|
||||
def main(args):
|
||||
target_path = args['<target_path>']
|
||||
|
|
Loading…
Reference in New Issue