Track TYPE_CHECKING blocks in Importer (#4593)

This commit is contained in:
Charlie Marsh
2023-05-30 12:18:10 -04:00
committed by GitHub
parent 0854543328
commit ea31229be0
9 changed files with 155 additions and 121 deletions

View File

@@ -16,8 +16,8 @@ is-macro = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
memchr = { workspace = true }
num-bigint = { version = "0.4.3" }
num-traits = { version = "0.2.15" }
num-bigint = { workspace = true }
num-traits = { workspace = true }
once_cell = { workspace = true }
rustc-hash = { workspace = true }
rustpython-literal = { workspace = true }