Skip to content

Commit 485b57b

Browse files
style: remove unnecessary blank lines
- Deleted two unnecessary blank lines at the end of the 'Request' class - This commit focuses on code cleanup and improving file structure
1 parent 8dc1712 commit 485b57b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nexios/http/request.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,3 +587,5 @@ def bearer_token(self) -> str:
587587
if not auth.startswith("Bearer "):
588588
return ""
589589
return auth[7:]
590+
591+

0 commit comments

Comments
 (0)