We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47c7bb commit 61b6928Copy full SHA for 61b6928
1 file changed
vulnerabilities/models.py
@@ -19,7 +19,8 @@
19
from itertools import groupby
20
from operator import attrgetter
21
from traceback import format_exc as traceback_format_exc
22
-from typing import Dict, List
+from typing import Dict
23
+from typing import List
24
from typing import NamedTuple
25
from typing import Optional
26
from typing import Set
0 commit comments