Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
arihant2math committed Apr 18, 2025
commit 2e5077336f476c606521cba90fa61fe731c7078c
4 changes: 0 additions & 4 deletions vm/src/stdlib/typing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ pub(crate) mod _typing {
#[pyclass(flags(BASETYPE))]
impl NoDefault {}

// pub(crate) fn make_nodefault(name: PyObjectRef) -> NoDefault {
// NoDefault { name }
// }

#[pyattr]
#[pyclass(name = "TypeVarTuple")]
#[derive(Debug, PyPayload)]
Expand Down