Fix license docstring boilerplate spacing

This commit is contained in:
Kevin F 2022-03-17 19:56:31 -05:00
parent 2544579363
commit 568a192c97
56 changed files with 560 additions and 561 deletions

View File

@ -57,4 +57,3 @@ class Colors:
@staticmethod
def filter(data):
return re.compile(r'\x1B\[[0-?]*[ -/]*[@-~]').sub('', str(data))