flake8
fixing rulings to pass build tests
This commit is contained in:
parent
0285f67db2
commit
65c1af42d2
1 changed files with 2 additions and 4 deletions
|
@ -1,13 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
from argparse import ArgumentParser
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
||||
import yaml
|
||||
import client
|
||||
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
def parse_args():
|
||||
parser = ArgumentParser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue