Fix unnecessary-class-parentheses (UP039) Ruff warning (#2833)
This commit is contained in:
parent
b96194d51a
commit
9bed81522d
|
|
@ -18,7 +18,7 @@ from .pacman import Pacman
|
||||||
from .output import debug
|
from .output import debug
|
||||||
|
|
||||||
|
|
||||||
class DownloadTimer():
|
class DownloadTimer:
|
||||||
'''
|
'''
|
||||||
Context manager for timing downloads with timeouts.
|
Context manager for timing downloads with timeouts.
|
||||||
'''
|
'''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue