mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-28 23:43:53 +00:00
Move Program and related structs to red_knot_python_semantic
(#12777)
This commit is contained in:
parent
64f1f3468d
commit
2abfab0f9b
23 changed files with 42 additions and 34 deletions
|
@ -165,10 +165,10 @@ impl HasTy for ast::Alias {
|
|||
mod tests {
|
||||
use ruff_db::files::system_path_to_file;
|
||||
use ruff_db::parsed::parsed_module;
|
||||
use ruff_db::program::{Program, SearchPathSettings, TargetVersion};
|
||||
use ruff_db::system::{DbWithTestSystem, SystemPathBuf};
|
||||
|
||||
use crate::db::tests::TestDb;
|
||||
use crate::program::{Program, SearchPathSettings, TargetVersion};
|
||||
use crate::types::Type;
|
||||
use crate::{HasTy, SemanticModel};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue