Skip to content

Commit

Permalink
Run pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulSchaffranek committed Nov 21, 2024
1 parent c9124ab commit 48b7d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyk/src/pyk/rpc/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from dataclasses import dataclass
from functools import partial
from http.server import BaseHTTPRequestHandler, HTTPServer
from typing import TYPE_CHECKING, Any, Final, Iterable
from typing import TYPE_CHECKING, Any, Final
from collections.abc import Iterable

from typing_extensions import Protocol

Expand Down

0 comments on commit 48b7d60

Please sign in to comment.