mirror of https://github.com/commaai/panda.git
examples: query_fw_versions.py forgot import
This commit is contained in:
parent
600be16459
commit
e42402bc40
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import time
|
||||
import _thread
|
||||
from tqdm import tqdm
|
||||
from panda import Panda
|
||||
|
|
Loading…
Reference in New Issue