Commit 3e21feb
committed
Re-export using PEP 484 compliant syntax
When importing items for the purpose of re-exporting them, use
"from X import Y as Y" syntax so type checkers know that re-export is
intended.
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>1 parent fd2fdae commit 3e21feb
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 43 | + | |
41 | 44 | | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments