Skip to content

Commit c60ab41

Browse files
committed
Remove dangling pdb comment
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent aed84bc commit c60ab41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vulnerabilities/tests/test_mozilla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def test_import(self, _):
5353
# with patch("vulnerabilities.importers.MozillaDataSource.set_api"):
5454
# runner.run()
5555
runner.run()
56-
# pdb.set_trace()
5756

5857
assert models.Vulnerability.objects.count() == 9
5958
assert models.VulnerabilityReference.objects.count() == 10

0 commit comments

Comments
 (0)