Skip to content

Commit 60377e9

Browse files
committed
Remove unneeded comments
1 parent 1f26704 commit 60377e9

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

sdv/validators/stix/best_practice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,6 @@ def can_run(stix_version, rule_min, rule_max):
11921192

11931193
return min_ver <= doc_ver
11941194

1195-
#StrictVersion = distutils.version.StrictVersion
11961195
all_rules = self._rules.items() # noqa
11971196

11981197
# Get a generator which yields all best practice methods that are

sdv/validators/stix/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# builtin
55
import re
66
import functools
7-
# from distutils.version import StrictVersion
87
from packaging.version import parse as parse_version
98

109
# external

sdv/validators/xml_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from . import base
1616

1717

18-
#@python_2_unicode_compatible
1918
class XmlSchemaError(base.ValidationError):
2019
"""Represents an XML Schema validation error.
2120

0 commit comments

Comments
 (0)