[ty] Improve diagnostics if the user attempts to import a stdlib module that does not exist on their configured Python version (#18403)
This commit is contained in:
@@ -369,7 +369,7 @@ impl SearchPaths {
|
||||
})
|
||||
}
|
||||
|
||||
pub(super) fn typeshed_versions(&self) -> &TypeshedVersions {
|
||||
pub(crate) fn typeshed_versions(&self) -> &TypeshedVersions {
|
||||
&self.typeshed_versions
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user