diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-04-27 10:46:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-04-27 10:46:39 -0400 |
commit | a6dcc37352e59d893b0405c10b89e0a34fc57a0f (patch) | |
tree | 8cd921ff2dfa7adcf51167597016183072cf4bc8 /tests/conftest.py | |
parent | fe2f5bdd85d9a3566e52bf3a1f4ebe85656b2ed6 (diff) | |
download | cmd2-git-a6dcc37352e59d893b0405c10b89e0a34fc57a0f.tar.gz |
Style changes from running black on Python 3.9
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index c605a73e..a5c47d97 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -141,7 +141,7 @@ def normalize(block): def run_cmd(app, cmd): - """ Clear out and err StdSim buffers, run the command, and return out and err """ + """Clear out and err StdSim buffers, run the command, and return out and err""" saved_sysout = sys.stdout sys.stdout = app.stdout |