Skip to content
Snippets Groups Projects
Commit fe61049b37e4 authored by jfp's avatar jfp
Browse files

Make vscode happy

parent 26d029029aff
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
low_word = int(own - (high_word * 65536))
ownstr = b'[%o,%o]' % (high_word, low_word)
prot = lib.format_sogw_prot(
res[ossdef.OSS__PROTECTION], access_names=accnam
res[ossdef.OSS__PROTECTION], access_names=accnam # type: ignore
)[
1
] # type: ignore
......
......@@ -2,7 +2,6 @@
__version__ = '1.0'
from .common import level_rule
from ovms import starlet
from ovms.rtl import lib
from ovms import queues, quidef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment