Update linting for pvcapid recent changes

This commit is contained in:
2024-09-18 10:18:50 -04:00
parent a2e5df9f6d
commit ecb812ccac
2 changed files with 25 additions and 15 deletions

View File

@ -26,6 +26,6 @@ from os import path
current_dir = path.dirname(path.abspath(__file__))
sys.path.append(current_dir)
import pvcapid.Daemon # noqa: F401
import pvcapid.Daemon # noqa: F401, E402
pvcapid.Daemon.entrypoint()