-
Notifications
You must be signed in to change notification settings - Fork 12
Addressed claude interface eval #1264 #1265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,10 +48,9 @@ | |
| """ | ||
|
|
||
| from .base_input import BaseInput | ||
| from .column_mapper import ColumnMapper | ||
| from .column_metadata import ColumnMetadata, ColumnType | ||
| from .definition_dict import DefinitionDict | ||
| from .definition_entry import DefinitionEntry | ||
| from .model_constants import DefTagNames, TopTagReturnType | ||
VisLab marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Both were previously importable as If this is a deliberate 1.0.0 cleanup, add deprecation re-exports in this release and document in |
||
| from .query_handler import QueryHandler | ||
VisLab marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| from .query_service import get_query_handlers, search_hed_objs | ||
| from .hed_group import HedGroup | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.