Skip to content

Commit

Permalink
FIX: W292 no newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxcdd authored and rungobier committed Jan 4, 2024
1 parent 7acb851 commit 357dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite3/lib/request/patch/session_reuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def __exit__(self, *args):

def api_request(method, url, **kwargs):
with ReuseSession() as session:
return session.request(method=method, url=url, **kwargs)
return session.request(method=method, url=url, **kwargs)

0 comments on commit 357dbec

Please sign in to comment.