Skip to content

Commit 39032fb

Browse files
committed
Black
1 parent 28a5b74 commit 39032fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_optional_imports/test_optional_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_get_module_does_not_exist(self):
2424

2525
def test_get_module_import_exception(self):
2626
# Get module that raises an exception on import
27-
module_str = ("tests.test_core.test_optional_imports.exploding_module")
27+
module_str = "tests.test_core.test_optional_imports.exploding_module"
2828

2929
if sys.version_info >= (3, 4):
3030
with self.assertLogs("_plotly_utils.optional_imports", level="ERROR") as cm:

0 commit comments

Comments
 (0)