rzbrk / PyVoiceRecognitionV3

Python class (driver) for the Elechouse Voice Recognition Module V3
GNU General Public License v3.0
0 stars 0 forks source link

Fix E0401 (import error) in demo.py (pylint) #20

Open rzbrk opened 2 years ago

rzbrk commented 2 years ago

See:

scripts/demo.py:2:0: E0401: Unable to import 'serial' (import-error) scripts/demo.py:2:0: C0411: third party import "from serial import Serial" should be placed before "from PyVoiceRecognitionV3 import PyVoiceRecognitionV3" (wrong-import-order)