Skip to content

Commit 4b52cda

Browse files
committed
Codestyle fix
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 89bf6d8 commit 4b52cda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)