Skip to content

Commit

Permalink
scan: Fix imports
Browse files Browse the repository at this point in the history
Currently scan cannot be run because the imports are broken. Fix this
the obvious way (this allows the code to run without exceptions... but
it still doesn't seem to be working).
  • Loading branch information
daniel-thompson committed Apr 18, 2020
1 parent 97483ff commit 9cc61db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import pexpect
import signal
import sys

#------------------------------------------------------------------------------
# Bluetooth LE scan for advertising peripheral devices
Expand Down

0 comments on commit 9cc61db

Please sign in to comment.