Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2022
1 parent 19db556 commit d913a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/check_jsonschema/loaders/instance/yaml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typing as t

import warnings

import ruamel.yaml
from ruamel.yaml.error import ReusedAnchorWarning

Expand Down
2 changes: 1 addition & 1 deletion src/check_jsonschema/loaders/schema/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import json
import typing as t
import warnings

import identify
import warnings
import ruamel.yaml
from ruamel.yaml.error import ReusedAnchorWarning

Expand Down

0 comments on commit d913a43

Please sign in to comment.