Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a5b74 commit 39032fbCopy full SHA for 39032fb
tests/test_core/test_optional_imports/test_optional_imports.py
@@ -24,7 +24,7 @@ def test_get_module_does_not_exist(self):
24
25
def test_get_module_import_exception(self):
26
# Get module that raises an exception on import
27
- module_str = ("tests.test_core.test_optional_imports.exploding_module")
+ module_str = "tests.test_core.test_optional_imports.exploding_module"
28
29
if sys.version_info >= (3, 4):
30
with self.assertLogs("_plotly_utils.optional_imports", level="ERROR") as cm:
0 commit comments