<HTML><BODY><div>Hi, Igor!</div><div>Thanks for the patch!</div><div>LGTM</div><div> </div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Best regards,</div><div>Maxim Kokryashkin</div></div></div><div> </div><div> </div><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16910486451223764625_BODY">Fixed the only occurrence of E303 ("too many blank lines (2)") and two<br>occurrences of E303 ("too many blank lines (3)") errors reported by<br>pycodestyle[1].<br><br>[1]: <a href="https://www.flake8rules.com/rules/E303.html" target="_blank">https://www.flake8rules.com/rules/E303.html</a><br><br>Signed-off-by: Igor Munkin <<a href="/compose?To=imun@tarantool.org">imun@tarantool.org</a>><br>---<br> src/luajit_lldb.py | 3 ---<br> 1 file changed, 3 deletions(-)<br><br>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py<br>index bd8353d5..bdd9e716 100644<br>--- a/src/luajit_lldb.py<br>+++ b/src/luajit_lldb.py<br>@@ -50,7 +50,6 @@ class Ptr:<br> else:<br> return int((self.value.unsigned - other.value.unsigned) / sizeof(self.normal_type.__name__))<br> <br>-<br> def __eq__(self, other):<br> assert isinstance(other, Ptr) or (isinstance(other, int) and other >= 0)<br> if isinstance(other, Ptr):<br>@@ -896,7 +895,6 @@ error message occurs.<br> print('{}'.format(dump_tvalue(tvptr)))<br> <br> <br>-<br> class LJState(Command):<br> '''<br> lj-state<br>@@ -1097,7 +1095,6 @@ def configure(debugger):<br> LJ_TISNUM = 0xfffeffff if LJ_64 and not LJ_GC64 else LJ_T['NUMX']<br> <br> <br>-<br> def __lldb_init_module(debugger, internal_dict):<br> configure(debugger)<br> register_commands(debugger, {<br>--<br>2.30.2</div></div></div></div></blockquote><div> </div></div></blockquote></BODY></HTML>