Skip to content

Commit

Permalink
Update src/rez/plugin_managers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Bryce Gattis <[email protected]>
  • Loading branch information
BryceGattis and JeanChristopheMorinPerso authored Jul 8, 2024
1 parent 19a05a8 commit 7b81e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/plugin_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def config_schema(self) -> Schema:
deep_update(d, d_)
return dict_to_schema(d, required=True, modifier=expand_system_vars)

def create_instance(self, plugin_name: str, **instance_kwargs) -> object:
def create_instance(self, plugin_name: str, **instance_kwargs) -> typing.Any:
"""Create and return an instance of the given plugin."""
return self.get_plugin_class(plugin_name)(**instance_kwargs)

Expand Down

0 comments on commit 7b81e29

Please sign in to comment.