mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
name change in imports from schema -> is_schema
This commit is contained in:
parent
fc8cca0e16
commit
798b92de6b
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class PydanticProvider(Provider):
|
|||
imported_schema: dict[str, SchemaDefinition] = {
|
||||
gen.generate_module_import(sch): sch for sch in gen.schemaview.schema_map.values()
|
||||
}
|
||||
generated_imports = [i for i in rendered.python_imports if i.schema]
|
||||
generated_imports = [i for i in rendered.python_imports if i.is_schema]
|
||||
# each task has an expected output file a corresponding SchemaDefinition
|
||||
import_paths = [
|
||||
(ns_file.parent / _import_to_path(an_import.module)).resolve()
|
||||
|
|
Loading…
Reference in a new issue