Skip to content

Commit 704fb57

Browse files
committed
fix(mypy): Ignore untyped plugin import
1 parent 0a3980f commit 704fb57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_cli.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,9 @@ def test_ls_cli(
11461146

11471147

11481148
def test_load_plugins(monkeypatch_plugin_test_packages: None) -> None:
1149-
from tmuxp_test_plugin_bwb.plugin import PluginBeforeWorkspaceBuilder
1149+
from tmuxp_test_plugin_bwb.plugin import ( # type: ignore
1150+
PluginBeforeWorkspaceBuilder,
1151+
)
11501152

11511153
plugins_config = test_utils.read_workspace_file("workspace/builder/plugin_bwb.yaml")
11521154

0 commit comments

Comments
 (0)