mypy: ignore missing hints in external

This commit is contained in:
Odd Stråbø 2023-12-08 13:45:05 +01:00
commit 7977d89abf
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
import serial
import serial # type: ignore
from . import BaseInterface