Skip to content

Commit a2136e1

Browse files
committed
Removed now unused _is_spec_avilable function
1 parent 8d134d1 commit a2136e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_plugins.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,3 @@ def test_import_plugin(self, caplog, plugin_name): #
590590
f"Plugin '{plugin_name}' has issues during import. ",
591591
caplog.records,
592592
)
593-
594-
def _is_spec_available(self, spec_name):
595-
"""Check if a module is available by its name."""
596-
return importlib.util.find_spec(spec_name) is not None

0 commit comments

Comments
 (0)