Skip to content

Commit

Permalink
Delete useless functions and variables to make the code cleaner and e…
Browse files Browse the repository at this point in the history
…asier to read.
  • Loading branch information
OranPie committed Oct 6, 2024
1 parent 8b0cc65 commit a0700ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cyaron/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ def __write(self, file: IOBase, *args, **kwargs):
file.write(make_unicode(arg))
if arg == "\n":
self.is_first_char[file] = True

def __clear_last_space(self, file: IOBase):
"""
Clear the last space(s) use truncate()
Args:
file:Which file to clear
"""
while True:


def __clear(self, file: IOBase, pos: int = 0):
Expand Down

0 comments on commit a0700ec

Please sign in to comment.