Skip to content

Commit

Permalink
⚰️ remove redundant method to write carriage return on abstract renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Oct 1, 2024
1 parent aa637e8 commit 06b1c67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ask/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def record(self, message):
def print(self, message):
pass

@abstractmethod
def print_carriage_return(self):
pass

def print_line(self, message):
self.print(message)
self.print("\n")
Expand Down

0 comments on commit 06b1c67

Please sign in to comment.