From 9b78cf4913202995dcf065ecf5077bf16fa01f95 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 24 Apr 2020 21:15:34 -0400 Subject: Added info on semantic versioning and branching strategy to CONTRIBUTING.md Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes --- examples/unicode_commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/unicode_commands.py') diff --git a/examples/unicode_commands.py b/examples/unicode_commands.py index f8381e50..0a7c5ac7 100755 --- a/examples/unicode_commands.py +++ b/examples/unicode_commands.py @@ -3,6 +3,7 @@ """A simple example demonstrating support for unicode command names. """ import math + import cmd2 -- cgit v1.2.1