Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 8, 2024
1 parent 5f126f9 commit b1fabdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bbot/modules/lightfuzz_submodules/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import copy


class BaseLightfuzz:
def __init__(self, lightfuzz, event):
self.lightfuzz = lightfuzz
Expand Down
1 change: 1 addition & 0 deletions bbot/modules/lightfuzz_submodules/sqli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import statistics


class SQLiLightfuzz(BaseLightfuzz):
expected_delay = 5

Expand Down

0 comments on commit b1fabdd

Please sign in to comment.