Commit d3b6b38
committed
Move a stray mid-module import block to the top of
`from collections.abc import Callable, Iterator` and
`from weakref import ReferenceType` sat two thirds of the way down the
file, between `os.register_at_fork(...)` and the `hold()` helper that
uses them. Nothing depends on them being imported late.core/history.py
1 parent cfc7c98 commit d3b6b38
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
1217 | 1221 | | |
1218 | 1222 | | |
1219 | 1223 | | |
1220 | | - | |
1221 | | - | |
1222 | | - | |
1223 | 1224 | | |
1224 | 1225 | | |
1225 | 1226 | | |
| |||
0 commit comments