From 20dec6d0b9c8cf872da932fdd8a73ea1c80172fe Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 20 Dec 2018 19:38:35 -0500 Subject: Fixing flake8 warning --- examples/scripts/save_help_text.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/scripts') diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 31af9515..8c3dc9e7 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -1,4 +1,5 @@ # coding=utf-8 +# flake8: noqa F821 """ A cmd2 script that saves the help text for every command and sub-commands to a file This is meant to be run with pyscript within a cmd2 session. -- cgit v1.2.1