Skip to content
Snippets Groups Projects
Commit f6ff6143 authored by Vermaat's avatar Vermaat
Browse files

Todo note and remove unused import

parent 135866c3
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ Additional attributes values for the spyne String model:
@todo: Use Mandatory.* models in the ClassModel extensions?
@todo: See if it improves client code if we use Array(_, nillable=False).
@todo: Move all these models to the mutalyzer.services package and refactor
all uses of them in other places. The SOAP_NAMESPACE variable can then also
be moved there.
"""
......
......@@ -27,7 +27,6 @@ import time
from mutalyzer import util
from mutalyzer.config import settings
from mutalyzer.models import SoapMessage
class Output() :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment