Skip to content

Commit f54ad48

Browse files
chore(internal): codegen related update (#198)
1 parent 12f69d6 commit f54ad48

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,6 @@ client.with_options(http_client=DefaultHttpxClient(...))
290290

291291
By default the library closes underlying HTTP connections whenever the client is [garbage collected](https://docs.python.org/3/reference/datamodel.html#object.__del__). You can manually close the client using the `.close()` method if desired, or with a context manager that closes when exiting.
292292

293-
```py
294-
from onebusaway import OnebusawaySDK
295-
296-
with OnebusawaySDK() as client:
297-
# make requests here
298-
...
299-
300-
# HTTP client is now closed
301-
```
302-
303293
## Versioning
304294

305295
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:

0 commit comments

Comments
 (0)