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 2fa208d commit 734a707Copy full SHA for 734a707
pandas/__init__.py
@@ -10,7 +10,8 @@
10
__import__(_dependency)
11
except ImportError as _e: # pragma: no cover
12
raise ImportError(
13
- f"Unable to import required dependency {_dependency}. Please see the traceback for details."
+ f"Unable to import required dependency {_dependency}. "
14
+ "Please see the traceback for details."
15
) from _e
16
17
del _hard_dependencies, _dependency
0 commit comments