Remove @staticmethod

This commit is contained in:
panicbit 2019-10-12 18:30:22 +02:00
parent d069d4b83f
commit c94327b58b

View file

@ -64,8 +64,7 @@ class Out(object):
sent_line = self.server.send(line)
@staticmethod
def _adjust_to_word_boundaries(left, right):
def _adjust_to_word_boundaries(self, left, right):
if right[0] == WORD_BOUNDARY:
return left, right