Skip to content

Commit bab4e67

Browse files
committed
isort fixes
1 parent 9d71795 commit bab4e67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/ext_test/examples/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#
22
# coding=utf-8
33
# import cmd2
4-
import cmd2_ext_test
5-
64
import cmd2
75
import cmd2.py_bridge
86

7+
import cmd2_ext_test
8+
99

1010
class Example(cmd2.Cmd):
1111
"""An class to show how to use a plugin"""

plugins/ext_test/tests/test_ext_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
22
# coding=utf-8
33

4-
import cmd2_ext_test
54
import pytest
6-
75
from cmd2 import (
86
CommandResult,
97
cmd2,
108
)
119

10+
import cmd2_ext_test
11+
1212
######
1313
#
1414
# define a class which implements a simple cmd2 application

0 commit comments

Comments
 (0)