Skip to content

Commit b54ef5b

Browse files
committed
spellcheck
1 parent 524eb96 commit b54ef5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/stdlib/typing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ pub(crate) mod _typing {
182182
// fn as_mapping() -> &'static PyMappingMethods {
183183
// static AS_MAPPING: Lazy<PyMappingMethods> = Lazy::new(|| PyMappingMethods {
184184
// subscript: atomic_func!(|mapping, needle, vm| {
185-
// println!("gigity");
186185
// call_typing_func_object(vm, "_GenericAlias", (mapping.obj, needle))
187186
// }),
188187
// ..PyMappingMethods::NOT_IMPLEMENTED

0 commit comments

Comments
 (0)