mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Remove redundant parentheses
This commit is contained in:
parent
e724fd0b29
commit
d6677cd7ea
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ def Manager():
|
||||||
return m
|
return m
|
||||||
|
|
||||||
|
|
||||||
class Counter():
|
class Counter:
|
||||||
"""
|
"""
|
||||||
Frame Counter based on TQDM
|
Frame Counter based on TQDM
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue