Skip to content

Commit 14719f3

Browse files
authored
fix: dir(concurrent.futures) and tab completion broken
1 parent 0b4e13c commit 14719f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/concurrent/futures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646
def __dir__():
47-
return __all__ + ('__author__', '__doc__')
47+
return __all__ + ['__author__', '__doc__']
4848

4949

5050
def __getattr__(name):

0 commit comments

Comments
 (0)