Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions orca_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
Optional,
Protocol,
Generator,
TypedDict,
AsyncGenerator,
)
from inspect import signature
Expand Down Expand Up @@ -69,11 +68,6 @@
LOGGER = logging.getLogger(__name__)


class StubInfo(TypedDict):
annotations: Dict[str, Any]
metadata: Dict[str, Any]


@dataclass(frozen=True)
class MetadataField:
name: str
Expand Down
Empty file removed orca_python/registry/__init__.py
Empty file.
77 changes: 0 additions & 77 deletions orca_python/registry/algorithms.py

This file was deleted.

79 changes: 0 additions & 79 deletions orca_python/registry/metadata_fields.py

This file was deleted.

109 changes: 0 additions & 109 deletions orca_python/registry/window_types.py

This file was deleted.