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 ee60550 commit 654d472Copy full SHA for 654d472
Lib/concurrent/futures/__init__.py
@@ -50,4 +50,4 @@ def __getattr__(name):
50
ThreadPoolExecutor = te
51
return te
52
53
- raise AttributeError(f"module {__name__} has no attribute {name}")
+ raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
0 commit comments