Skip to content

Commit

Permalink
Move file/generate.py to _generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Aug 25, 2024
1 parent 4f1f019 commit 7667b9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion aas_test_engines/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .exception import AasTestToolsException
from .result import AasTestResult, Level
from .data_types import validators, is_bcp_47_for_english
from ._file.generate import generate_graph, FlowGraph
from ._generate import generate_graph, FlowGraph

from xml.etree import ElementTree
from json_schema_tool.schema import SchemaValidator, SchemaValidator, ValidationConfig, ParseConfig, SchemaValidationResult, KeywordValidationResult, parse_schema
Expand Down

0 comments on commit 7667b9d

Please sign in to comment.