Fixed some more whitespace

This commit is contained in:
dherrada 2020-04-28 19:22:03 -04:00
parent aacca61598
commit c7b721f4f1
No known key found for this signature in database
GPG Key ID: CE2ADBAB8775CE81
6 changed files with 353 additions and 361 deletions

View File

@ -36,13 +36,6 @@
#include "shared-bindings/util.h" #include "shared-bindings/util.h"
#include "supervisor/shared/translate.h" #include "supervisor/shared/translate.h"
//|class PDMIn: //|class PDMIn:
//|""".. currentmodule:: audiobusio //|""".. currentmodule:: audiobusio
//| //|

View File

@ -114,7 +114,6 @@ STATIC void check_for_deinit(audiomp3_mp3file_obj_t *self) {
// Provided by context manager helper. // Provided by context manager helper.
//|def __exit__(self, ) -> Any: //|def __exit__(self, ) -> Any:
//|
//|"""Automatically deinitializes the hardware when exiting a context. See //|"""Automatically deinitializes the hardware when exiting a context. See
//|:ref:`lifetime-and-contextmanagers` for more info.""" //|:ref:`lifetime-and-contextmanagers` for more info."""
//|... //|...