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 0b4e13c commit 14719f3Copy full SHA for 14719f3
1 file changed
Lib/concurrent/futures/__init__.py
@@ -44,7 +44,7 @@
44
45
46
def __dir__():
47
- return __all__ + ('__author__', '__doc__')
+ return __all__ + ['__author__', '__doc__']
48
49
50
def __getattr__(name):
0 commit comments