Skip to content

Commit c30a90e

Browse files
committed
minor
1 parent f1ca659 commit c30a90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyne/server/null.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
logger = logging.getLogger(__name__)
3030

3131
from spyne import MethodContext, BODY_STYLE_BARE, ComplexModelBase, \
32-
BODY_STYLE_EMPTY, BODY_STYLE_OUT_BARE, BODY_STYLE_EMPTY_OUT_BARE, Ignored
32+
BODY_STYLE_EMPTY, Ignored
3333

3434
from spyne.client import Factory
3535
from spyne.const.ansi_color import LIGHT_RED

0 commit comments

Comments
 (0)