Skip to content

Commit 6852697

Browse files
committed
undid mypy change
1 parent 60586ab commit 6852697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/pluginexecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(
5050
connections: Optional[dict[str, dict | BaseModel]] = None,
5151
system_info: Optional[SystemInfo] = None,
5252
logger: Optional[logging.Logger] = None,
53-
plugin_registry: PluginRegistry | None = None,
53+
plugin_registry: Optional[PluginRegistry] = None,
5454
log_path: Optional[str] = None,
5555
):
5656

0 commit comments

Comments
 (0)