mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Remove clear function from audio, already in main
This commit is contained in:
@@ -14,11 +14,6 @@ from datetime import datetime, timedelta
|
||||
from os import path
|
||||
|
||||
|
||||
def clear():
|
||||
"Clear is used to clear the terminal."
|
||||
print("\033[H\033[2J", end="", flush=True)
|
||||
|
||||
|
||||
class InvalidFileType(Exception):
|
||||
"Exception for when a requested file's type isnt valid"
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user