diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-23 23:40:34 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-23 23:40:34 -0400 |
commit | dc4307a781e34bf051b20b18935d4939b2de1f8e (patch) | |
tree | af3884601daae4d642c675969d33ab8c563fc0b4 | |
parent | 8ed685e54d897b00666581a07f0b889588a28bb1 (diff) | |
download | cmd2-git-dc4307a781e34bf051b20b18935d4939b2de1f8e.tar.gz |
Fix flake8 error due to extra blank line in example
-rwxr-xr-x | examples/unicode_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/unicode_commands.py b/examples/unicode_commands.py index 24c3a917..f8381e50 100755 --- a/examples/unicode_commands.py +++ b/examples/unicode_commands.py @@ -25,4 +25,3 @@ class UnicodeApp(cmd2.Cmd): if __name__ == '__main__': app = UnicodeApp() app.cmdloop() - |