Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
Commit64c9efd
committed
Restore relative order to fix circular import error
This still uses all explicit rather than wildcard imports (andstill omits suppressions that are no longer needed due to wildcardimports not being used). But it brings back the old relative orderof the `from ... import ...` statements inside the try-block.Since this fixes the circular import problem, it is possible to runthe modattrs.py script to check for changes. New changes sincereplacing wildcard imports, which are probably undesirable, are theremoval of these attributes pointing to indirect Python submodulesof the git module: base -> git.index.base fun -> git.index.fun head -> git.refs.head log -> git.refs.log reference -> git.refs.reference symbolic -> git.refs.symbolic tag -> git.refs.tag typ -> git.index.typ1 parent7745250 commit64c9efd
1 file changed
+20
-20
lines changedLines changed: 20 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 | 122 |
| |
124 | 123 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 | 124 |
| |
144 | 125 |
| |
145 | 126 |
| |
| |||
164 | 145 |
| |
165 | 146 |
| |
166 | 147 |
| |
167 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
168 | 158 |
| |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
0 commit comments
Comments
(0)