Remove @staticmethod
This commit is contained in:
parent
d069d4b83f
commit
c94327b58b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue