Skip to content

Commit d990151

Browse files
committed
fix late init type variable
1 parent 2f206dc commit d990151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mystbin/http.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ def __init__(self, verb: SupportedHTTPVerb, path: str, **params: Any) -> None:
130130

131131

132132
class HTTPClient:
133+
root_url: str
134+
133135
__slots__ = (
134136
"_locks",
135137
"_owns_session",

0 commit comments

Comments
 (0)