Bad object reference

This commit is contained in:
latkinso42 2022-09-06 19:09:00 -04:00
parent 25078a24a3
commit 51dab921ea
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ STATIC void check_for_deinit(analogbufio_bufferedin_obj_t *self) {
raise_deinited_error();
}
}
//| def __enter__(self) -> AnalogIn:
//| def __enter__(self) -> BufferedIn:
//| """No-op used by Context Managers."""
//| ...
//|