misc,python: Run pre-commit run --all-files

Applies the `pyupgrade` hook to all files in the repo.

Change-Id: I9879c634a65c5fcaa9567c63bc5977ff97d5d3bf
This commit is contained in:
Bobby R. Bruce
2023-10-09 13:40:03 -07:00
parent 83af4525ce
commit 298119e402
188 changed files with 741 additions and 779 deletions

View File

@@ -32,7 +32,7 @@ import testlib.log as log
# TODO Refactor print logic out of this so the objects
# created are separate from print logic.
class QueryRunner(object):
class QueryRunner:
def __init__(self, test_schedule):
self.schedule = test_schedule