Remove redundant parentheses

This commit is contained in:
n9Mtq4 2020-08-19 14:07:31 -04:00
parent e724fd0b29
commit d6677cd7ea
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ def Manager():
return m return m
class Counter(): class Counter:
""" """
Frame Counter based on TQDM Frame Counter based on TQDM
""" """

View file

@ -5,7 +5,7 @@ import time
from pathlib import Path from pathlib import Path
class Logger(): class Logger:
def __init__(self): def __init__(self):
self.set_file = False self.set_file = False