# HG changeset patch # User jfp <jf.pieronne@laposte.net> # Date 1673881301 -3600 # Mon Jan 16 16:01:41 2023 +0100 # Node ID fe61049b37e490e54745da08c28c98468868f164 # Parent 26d029029aff6749b8ab567cc6062ecf137ff3e3 Make vscode happy diff --git a/secrules/get_security.py b/secrules/get_security.py --- a/secrules/get_security.py +++ b/secrules/get_security.py @@ -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 diff --git a/secrules/rules12.py b/secrules/rules12.py --- a/secrules/rules12.py +++ b/secrules/rules12.py @@ -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