[red-knot] Move, rename and make public the PyVersion type (#12782)

This commit is contained in:
Alex Waygood 2024-08-09 16:49:17 +01:00 committed by GitHub
parent b595346213
commit c4e651921b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 167 additions and 128 deletions

View file

@ -168,7 +168,8 @@ mod tests {
use ruff_db::system::{DbWithTestSystem, SystemPathBuf};
use crate::db::tests::TestDb;
use crate::program::{Program, SearchPathSettings, TargetVersion};
use crate::program::{Program, SearchPathSettings};
use crate::python_version::TargetVersion;
use crate::types::Type;
use crate::{HasTy, SemanticModel};