run lint with pyupgrade at py39-plus

This commit is contained in:
pacrob
2025-01-25 15:31:51 -07:00
committed by Paul Robinson
parent 20580b9a4e
commit 8787613e91
44 changed files with 221 additions and 240 deletions

View File

@ -3,6 +3,9 @@ from __future__ import (
)
import base64
from collections.abc import (
KeysView,
)
import functools
import hashlib
import logging
@ -10,7 +13,6 @@ import time
from typing import (
TYPE_CHECKING,
Callable,
KeysView,
NamedTuple,
cast,
)