mirror of https://github.com/astral-sh/ruff
add sig todo
This commit is contained in:
parent
e906526578
commit
068eb1f500
|
|
@ -341,6 +341,7 @@ impl<'db> CallableSignature<'db> {
|
||||||
fn signatures_is_single_paramspec(
|
fn signatures_is_single_paramspec(
|
||||||
signatures: &[Signature<'db>],
|
signatures: &[Signature<'db>],
|
||||||
) -> Option<(BoundTypeVarInstance<'db>, Option<Type<'db>>)> {
|
) -> Option<(BoundTypeVarInstance<'db>, Option<Type<'db>>)> {
|
||||||
|
// TODO: This might need updating once we support `Concatenate`
|
||||||
let [signature] = signatures else {
|
let [signature] = signatures else {
|
||||||
return None;
|
return None;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue