Fix unnecessary-class-parentheses (UP039) Ruff warning (#2833)

This commit is contained in:
correctmost 2024-11-16 04:55:17 -05:00 committed by GitHub
parent b96194d51a
commit 9bed81522d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from .pacman import Pacman
from .output import debug
class DownloadTimer():
class DownloadTimer:
'''
Context manager for timing downloads with timeouts.
'''