Commit 54ad7de8 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fix: correction to respect pep8 (about the different imports from a same file)

parent 71c23e94
...@@ -10,8 +10,8 @@ from optparse import OptionParser, Option ...@@ -10,8 +10,8 @@ from optparse import OptionParser, Option
import os import os
import slapos.runner.process import slapos.runner.process
import sys import sys
from slapos.runner.utils import runInstanceWithLock from slapos.runner.utils import (runInstanceWithLock,
from utils import cloneDefaultGit, setupDefaultSR cloneDefaultGit, setupDefaultSR)
class Parser(OptionParser): class Parser(OptionParser):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment