Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxalber committed Nov 28, 2023
1 parent 9a416ab commit 47e857a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluetooth_2_usb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# --------------------------------------------------------------------------

from bluetooth_2_usb.args import parse_args
from bluetooth_2_usb.bluetooth_2_usb.bluetooth_usb_proxy import BluetoothUsbProxy
from bluetooth_2_usb.bluetooth_usb_proxy import BluetoothUsbProxy
from bluetooth_2_usb.ecodes import ecodes
from bluetooth_2_usb.evdev_adapter import is_consumer_key, is_mouse_button
from bluetooth_2_usb.bluetooth_2_usb.proxy_loop import ProxyLoop
from bluetooth_2_usb.proxy_loop import ProxyLoop
import bluetooth_2_usb.logging
import bluetooth_2_usb.ecodes

0 comments on commit 47e857a

Please sign in to comment.