Removing unrelated change by local pre-commit

This commit is contained in:
RetiredWizard 2023-04-23 00:52:48 -04:00
parent b2b24231bc
commit 0c00220aa6
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
//| returned by :py:attr:`wifi.radio`
//| """
//| ...
//|
STATIC mp_obj_t socketpool_socketpool_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args) {
mp_arg_check_num(n_args, n_kw, 1, 1, false);