Skip to content

Commit 44ad8f5

Browse files
committed
Lint
1 parent cfa4097 commit 44ad8f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sherlock/sherlock.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def sherlock(
202202

203203
# Normal requests
204204
underlying_session = requests.session()
205-
underlying_request = requests.Request()
206205

207206
# Limit number of workers to 20.
208207
# This is probably vastly overkill.
@@ -527,7 +526,7 @@ def main():
527526
"-o",
528527
dest="output",
529528
help="If using single username, the output of the result will be saved to this file.",
530-
),
529+
)
531530
parser.add_argument(
532531
"--csv",
533532
action="store_true",

0 commit comments

Comments
 (0)