Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jan 29, 2024
1 parent 391eae0 commit 4f8d630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit/test_firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@
[IPv4Network("127.0.0.0/30"), IPv4Network("127.0.1.0/30")],
[IPv4Network("127.0.0.0/30"), IPv4Network("127.0.1.0/30")],
[],
id="multiple domain multiple exclude domain[multiple full overlaps(equivalent network)]",
id=(
"multiple domain multiple exclude domain[multiple full "
"overlaps(equivalent network)]"
),
),
pytest.param(
[IPv4Network("127.0.0.0/30"), IPv4Network("127.0.1.0/30")],
Expand Down

0 comments on commit 4f8d630

Please sign in to comment.