Skip to content

Commit e11b74d

Browse files
committed
Fix flake8 linter errors
1 parent 910aba1 commit e11b74d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dtcli/validate_schema.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
from pathlib import Path
44
from typing import Any, List, Union, Callable
55

6-
import yaml
7-
from referencing import Registry, Resource
86
from jsonschema import Draft202012Validator, Validator, ValidationError
97

8+
from referencing import Registry, Resource
9+
10+
import yaml
11+
1012

1113
YamlAST = Union[yaml.ScalarNode, yaml.SequenceNode, yaml.MappingNode]
1214

0 commit comments

Comments
 (0)