Skip to content

Commit aad5f86

Browse files
committed
remove noisy warning
1 parent 01838a0 commit aad5f86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linkml_runtime/utils/schemaview.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ def get_uri(self, element: Union[ElementName, Element], imports=True, expand=Fal
931931
if schema == None:
932932
raise ValueError(f'Cannot find {e.from_schema} in schema_map')
933933
else:
934-
logging.warning(f'from_schema not populated for element {e.name}')
935934
schema = self.schema_map[self.in_schema(e.name)]
936935
pfx = schema.default_prefix
937936
uri = f'{pfx}:{e_name}'

0 commit comments

Comments
 (0)