Skip to content

Commit 2083fae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d76a90e commit 2083fae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

micropip/_compat/_compat_in_pyodide.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
LOCKFILE_PACKAGES = pyodide_js._api.lockfile_packages.to_py()
1818
LOCKFILE_INFO = pyodide_js._api.lockfile_info.to_py()
1919
except ImportError as e:
20-
raise ImportError("Failed to import pyodide modules, please report this issue to Pyodide team.") from e
20+
raise ImportError(
21+
"Failed to import pyodide modules, please report this issue to Pyodide team."
22+
) from e
2123

2224

2325
class CompatibilityInPyodide(CompatibilityLayer):

0 commit comments

Comments
 (0)