Fix all PEP-008 issues
This commit is contained in:
+4
-3
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os, sys, subprocess, shutil
|
||||
import argparse
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
def single_run(test_project):
|
||||
@@ -11,8 +14,6 @@ def single_run(test_project):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("test_project_dir")
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user