Skip to content

Commit

Permalink
pep8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsimpson committed Jun 12, 2016
1 parent 8d8e862 commit 138836c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/basic_operations.py
Expand Up @@ -8,6 +8,7 @@
if sys.version_info[0] == 3:
long = int


def parse_args():
parser = ArgumentParser()
parser.add_argument('-n',
Expand All @@ -27,6 +28,7 @@ def parse_args():
args = parser.parse_args()
return args


def run():
args = parse_args()
r = redis.StrictRedis()
Expand Down

0 comments on commit 138836c

Please sign in to comment.