Skip to content

Commit

Permalink
removed type hint that caused issues due to backward compatability
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke committed Oct 29, 2023
1 parent b680372 commit c78df0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py-opentimelineio/opentimelineio/plugins/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
]


def plugin_entry_points(
) -> Union[metadata.EntryPoints, metadata.SelectableGroups]:
def plugin_entry_points():
"""Returns the list of entry points for all available OpenTimelineIO
plugins.
"""
Expand Down

0 comments on commit c78df0c

Please sign in to comment.