We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OsmApi should provide a .close() method to close the underlying _session object, to avoid ResourceWarning: unclosed <ssl.SSLSocket warnings.
.close()
_session
ResourceWarning: unclosed <ssl.SSLSocket
It could also provide a __enter__ and a __exit__, to implicitly call the close at exit.
__enter__
__exit__