Skip to content

Commit 1b3f4f4

Browse files
committed
Codestyle fix
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 0c54f35 commit 1b3f4f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vulnerabilities/pipelines/v2_importers/tuxcare_importer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import json
22
import logging
3-
from typing import Iterable, Mapping
3+
from typing import Iterable
4+
from typing import Mapping
45

56
from dateutil.parser import parse
67
from packageurl import PackageURL

0 commit comments

Comments
 (0)