8000 formatting · RustPython/RustPython@29840b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29840b9

Browse files
committed
formatting
1 parent 5a9e1c2 commit 29840b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vm/src/stdlib/typing.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ pub(crate) mod _typing {
107107
#[pyclass(flags(BASETYPE))]
108108
impl NoDefault {}
109109

110-
// pub(crate) fn make_nodefault(name: PyObjectRef) -> NoDefault {
111-
// NoDefault { name }
112-
// }
113-
114110
#[pyattr]
115111
#[pyclass(name = "TypeVarTuple")]
116112
#[derive(Debug, PyPayload)]

0 commit comments

Comments
 (0)
0