Skip to content

Commit

Permalink
Make format and make check
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulSchaffranek committed Nov 21, 2024
1 parent 4b6c4fc commit 70f1a68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyk/src/pyk/rpc/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
from functools import partial
from http.server import BaseHTTPRequestHandler, HTTPServer
from typing import TYPE_CHECKING, Any, Final
from collections.abc import Iterable

from typing_extensions import Protocol

from ..cli.cli import Options

if TYPE_CHECKING:
from collections.abc import Callable
from collections.abc import Callable, Iterable
from pathlib import Path


Expand Down

0 comments on commit 70f1a68

Please sign in to comment.