Skip to content

Commit 324e04b

Browse files
committed
wip
1 parent ca446fc commit 324e04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/schemacheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55
import sys
66
import yaml
7-
import voluptuous
8-
from lava_common.schemas import validate
7+
import voluptuous # pylint: disable=import-error
8+
from lava_common.schemas import validate # pylint: disable=import-error
99

1010
exitcode = 0
1111

0 commit comments

Comments
 (0)