[Tarantool-patches] [PATCH luajit 07/15] test: fix E301 errors by pycodestyle

Sergey Bronnikov sergeyb at tarantool.org
Thu Aug 3 17:28:01 MSK 2023


LGTM

On 8/3/23 10:30, Igor Munkin wrote:
> Fixed the only occurrence of E301 ("expected 1 blank line, found 0")
> error reported by pycodestyle[1].
>
> [1]: https://www.flake8rules.com/rules/E301.html
>
> Signed-off-by: Igor Munkin <imun at tarantool.org>
> ---
>   src/luajit_lldb.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py
> index f502a0e6..b62705c3 100644
> --- a/src/luajit_lldb.py
> +++ b/src/luajit_lldb.py
> @@ -215,6 +215,7 @@ for cls in c_structs.keys():
>   
>   for cls in Struct.__subclasses__():
>       ptr_name = cls.__name__ + 'Ptr'
> +
>       def make_ptr_init(nm, cls):
>           return type(
>                   nm,


More information about the Tarantool-patches mailing list