Skip to content

Commit

Permalink
Correct ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Sep 19, 2024
1 parent 459891c commit 525eca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests/tools/test_h1_parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from dateutil import parser as date_parser

from dojo.models import Test
from dojo.tools.h1.parser import H1Parser
from unittests.dojo_test_case import DojoTestCase
from dateutil import parser as date_parser


class HackerOneVulnerabilityDisclosureProgramTests(DojoTestCase):
Expand Down

0 comments on commit 525eca9

Please sign in to comment.