mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +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
|
@ -620,14 +620,13 @@ impl PartialEq<SearchPath> for VendoredPathBuf {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use ruff_db::program::TargetVersion;
|
||||
use ruff_db::Db;
|
||||
|
||||
use crate::db::tests::TestDb;
|
||||
|
||||
use crate::module_resolver::testing::{FileSpec, MockedTypeshed, TestCase, TestCaseBuilder};
|
||||
|
||||
use super::*;
|
||||
use crate::module_resolver::testing::{FileSpec, MockedTypeshed, TestCase, TestCaseBuilder};
|
||||
use crate::TargetVersion;
|
||||
|
||||
impl ModulePath {
|
||||
#[must_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue