Skip to content

Commit 311c9d2

Browse files
committed
chore: Add noqa for local imports
1 parent 39a7163 commit 311c9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_schema_integrity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
sys.path.extend([str(basedir), str(basedir / "docs")])
1515

16-
from conf import release
16+
from conf import release # noqa: E402
1717

18-
from manage import get_metaschema
18+
from manage import get_metaschema # noqa: E402
1919

2020

2121
def test_versioned_release_schema_is_in_sync():

0 commit comments

Comments
 (0)