We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c6499 commit 2d7b81cCopy full SHA for 2d7b81c
src/onebusaway/_client.py
@@ -134,8 +134,9 @@ def qs(self) -> Querystring:
134
return Querystring(array_format="repeat")
135
136
@property
137
- def auth_headers(self) -> httpx.Auth:
138
- raise NotImplementedError("This auth method has not been implemented yet.")
+ @override
+ def auth_headers(self) -> dict[str, str]:
139
+ return {}
140
141
142
@override
@@ -329,8 +330,9 @@ def qs(self) -> Querystring:
329
330
331
332
333
334
335
336
337
338
0 commit comments