Skip to content

Commit a182f7d

Browse files
committed
Lint fixes
1 parent 29ad247 commit a182f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/http/server/reverse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def handle_request(self, request: HttpParser) -> None:
132132
+ (
133133
COLON + bytes_(self.choice.port)
134134
if self.choice.port is not None
135-
else b""
135+
else b''
136136
),
137137
),
138138
),

0 commit comments

Comments
 (0)