Skip to content

Commit

Permalink
pass code over pyupgrade --py39
Browse files Browse the repository at this point in the history
Currently minum version supported python bersion is 3.9.
Pass code over `pyupgrade --py39`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed Mar 14, 2024
1 parent 3ea71a7 commit 3e5097c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion secretstorage/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
collections.
"""

from typing import Iterator, Optional
from typing import Optional
from collections.abc import Iterator
from jeepney.io.blocking import DBusConnection
from secretstorage.defines import SS_PREFIX, SS_PATH
from secretstorage.dhcrypto import Session
Expand Down

0 comments on commit 3e5097c

Please sign in to comment.