Skip to content

Commit

Permalink
flake8 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
acalhounRH committed May 26, 2021
1 parent 87daf0e commit 4dd9fe5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions snafu/sysbench/sysbench_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ def __init__(self, parser):
"-s", "--sample", type=int, default=1, help="number of times to run benchmark, defaults to 1"
)
parser.add_argument(
"-d",
"--delay",
type=int,
default=0,
help="add delay(seconds) in between samples, defaults to 0",
"-d", "--delay", type=int, default=0, help="add delay(seconds) in between samples, defaults to 0",
)

self.args = parser.parse_args()
Expand Down

0 comments on commit 4dd9fe5

Please sign in to comment.