Update test_ltc_serial.py

This commit is contained in:
Chris Frankland-Wright 2025-07-07 20:19:09 +01:00 committed by GitHub
parent fb233880d1
commit c0ec2f755c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,8 @@
# -*- coding: utf-8 -*-
import sys
if hasattr(sys.stdout, "reconfigure"):
sys.stdout.reconfigure(encoding='utf-8')
import serial
import re