summaryrefslogtreecommitdiff
path: root/examples/migrating.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-04-27 10:46:39 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-04-27 10:46:39 -0400
commita6dcc37352e59d893b0405c10b89e0a34fc57a0f (patch)
tree8cd921ff2dfa7adcf51167597016183072cf4bc8 /examples/migrating.py
parentfe2f5bdd85d9a3566e52bf3a1f4ebe85656b2ed6 (diff)
downloadcmd2-git-a6dcc37352e59d893b0405c10b89e0a34fc57a0f.tar.gz
Style changes from running black on Python 3.9
Diffstat (limited to 'examples/migrating.py')
-rwxr-xr-xexamples/migrating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/migrating.py b/examples/migrating.py
index e7c2f19e..fab40d25 100755
--- a/examples/migrating.py
+++ b/examples/migrating.py
@@ -8,7 +8,7 @@ import random
class CmdLineApp(cmd.Cmd):
- """ Example cmd application. """
+ """Example cmd application."""
MUMBLES = ['like', '...', 'um', 'er', 'hmmm', 'ahh']
MUMBLE_FIRST = ['so', 'like', 'well']