Skip to content

Commit d7dcc24

Browse files
committed
[ty] Drop unused import after rebase
1 parent ab5afc8 commit d7dcc24

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

crates/ty_ide/src/goto_type_definition.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,14 @@ mod tests {
179179
info[goto-type definition]: Go to type definition
180180
--> main.py:4:8
181181
|
182-
2 | from ty_extensions import TypedDictTop
183-
3 |
184182
4 | value: TypedDictTop
185183
| ^^^^^^^^^^^^ Clicking here
186184
|
187185
info: Found 1 type definition
188186
--> stdlib/ty_extensions.pyi:105:1
189187
|
190-
103 | \"\"\"
191-
104 |
192188
105 | TypedDictTop: _SpecialForm
193189
| ------------
194-
106 | \"\"\"
195-
107 | `TypedDictTop` represents the top type of all `TypedDict` instances.
196190
|
197191
");
198192
}

crates/ty_ide/src/hover.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6013,8 +6013,6 @@ except <CURSOR># Trigger completion/hover here
60136013
info[hover]: Hovered content is
60146014
--> main.py:4:8
60156015
|
6016-
2 | from ty_extensions import TypedDictTop
6017-
3 |
60186016
4 | value: TypedDictTop
60196017
| ^^^^^^^^-^^^
60206018
| | |

crates/ty_python_semantic/src/types/narrow.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use crate::Db;
2-
use crate::place::known_module_symbol;
32
use crate::reachability::{ReachabilityConstraintsExtension, sequence_pattern_type};
43
use crate::subscript::PyIndex;
54
use crate::types::enums::{enum_member_literals, enum_metadata};

0 commit comments

Comments
 (0)