[ty] Rename UnionType to types.UnionType (#21262)
This commit is contained in:
@@ -7811,7 +7811,7 @@ impl<'db> KnownInstanceType<'db> {
|
||||
constraints.display(self.db)
|
||||
)
|
||||
}
|
||||
KnownInstanceType::UnionType(_) => f.write_str("UnionType"),
|
||||
KnownInstanceType::UnionType(_) => f.write_str("types.UnionType"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user