Skip to content

Commit

Permalink
Remove builtins. prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 31, 2023
1 parent 83bf83f commit 8e4625d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arc/abc/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PluginBase(HasErrorHandler[ClientT], t.Generic[ClientT]):
Parameters
----------
name : builtins.str
name : str
The name of this plugin. This must be unique across all plugins.
"""

Expand Down
4 changes: 2 additions & 2 deletions arc/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RESTPluginBase(PluginBase[RESTClientT]):
Parameters
----------
name : builtins.str
name : str
The name of this plugin. This must be unique across all plugins.
"""

Expand All @@ -35,7 +35,7 @@ class GatewayPluginBase(PluginBase[GatewayClientT]):
Parameters
----------
name : builtins.str
name : str
The name of this plugin. This must be unique across all plugins.
"""

Expand Down

0 comments on commit 8e4625d

Please sign in to comment.