Skip to content

Commit d08d97c

Browse files
committed
Remove redundent comment
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent 501dead commit d08d97c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vulnerabilities/importers/istio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
IS_RELEASE = re.compile(r"^[\d.]+$", re.IGNORECASE).match
3535

36+
3637
class IstioDataSource(GitDataSource):
3738
def __enter__(self):
3839
super(IstioDataSource, self).__enter__()
@@ -48,8 +49,6 @@ def set_api(self):
4849
asyncio.run(self.version_api.load_api(["istio/istio"]))
4950

5051
def added_advisories(self) -> Set[Advisory]:
51-
import pdb
52-
#pdb.set_trace()
5352
return self._load_advisories(self._added_files)
5453

5554
def updated_advisories(self) -> Set[Advisory]:

0 commit comments

Comments
 (0)