JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

improv: Use `USBContext()` as a context manager #184

Closed maybe-sybr closed 3 years ago

maybe-sybr commented 3 years ago

Per the deprecation warning at:

https://github.com/vpelletier/python-libusb1/blob/master/usb1/__init__.py#L2068

maybe-sybr commented 3 years ago

This change makes the warning go away in my test environment :)

JeffLIrion commented 3 years ago

Thanks!