Skip to content

Commit

Permalink
fix pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 10, 2023
1 parent ed99193 commit fa83df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import pytest

from wxflow import schema, parse_yaml, cast_strdict_as_dtypedict
from wxflow import cast_strdict_as_dtypedict, parse_yaml, schema


# Define the path to the YAML-formatted file containing the schema
Expand Down
4 changes: 2 additions & 2 deletions tests/test_yaml_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import pytest

from wxflow import (YAMLFile, dump_as_yaml, parse_j2yaml,
parse_yamltmpl, save_as_yaml)
from wxflow import (YAMLFile, dump_as_yaml, parse_j2yaml, parse_yamltmpl,
save_as_yaml)

host_yaml = """
host:
Expand Down

0 comments on commit fa83df6

Please sign in to comment.