Skip to content

Commit 5ab1c71

Browse files
fix typos
1 parent 7773a46 commit 5ab1c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from tagulous.models import TagField
4444
from tagulous.models.managers import FakeTagRelatedManager
4545

46-
from dojo.validators import cvss3_validator # to avoid circular import
46+
from dojo.validators import cvss3_validator
4747

4848
logger = logging.getLogger(__name__)
4949
deduplicationLogger = logging.getLogger("dojo.specific-loggers.deduplication")

0 commit comments

Comments
 (0)