Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent f255b45 commit 5fe1df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bbot/scanner/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class ScanWhitelist(ACLTarget):
"""
A collection of BBOT events that represent a scan's whitelist.
"""

pass


Expand Down
2 changes: 1 addition & 1 deletion bbot/test/test_step_1/test_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
async def test_target(bbot_scanner):
from radixtarget import RadixTarget
from ipaddress import ip_address, ip_network
from bbot.scanner.target import BBOTTarget, BaseTarget, ScanSeeds
from bbot.scanner.target import BBOTTarget, ScanSeeds

scan1 = bbot_scanner("api.publicapis.org", "8.8.8.8/30", "2001:4860:4860::8888/126")
scan2 = bbot_scanner("8.8.8.8/29", "publicapis.org", "2001:4860:4860::8888/125")
Expand Down

0 comments on commit 5fe1df8

Please sign in to comment.