Skip to content

Commit e390518

Browse files
committed
Fix end-of-file lint error and add a NEWS entry
1 parent bb937c2 commit e390518

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/concurrent/futures/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@
4949

5050
def __dir__():
5151
return __all__ + ['__author__', '__doc__']
52-
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:mod:`concurrent.futures` now uses lazy imports for its executor submodules
2+
instead of a module ``__getattr__`` hook.

0 commit comments

Comments
 (0)