Skip to content

Commit d925521

Browse files
committed
flake8 fix
1 parent a3825a1 commit d925521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@ def do_perftest(self, args):
18171817
print(_(
18181818
"Hash time: %(time)0.9f seconds, scheme: %(scheme)s, "
18191819
"rounds: %(rounds)s") %
1820-
{ "time": toc-tic, "scheme": props['scheme'],
1821-
"rounds": rounds})
1820+
{"time": toc-tic, "scheme": props['scheme'],
1821+
"rounds": rounds})
18221822

18231823
def run_command(self, args):
18241824
"""Run a single command

0 commit comments

Comments
 (0)