Skip to content

Commit

Permalink
mark method as static
Browse files Browse the repository at this point in the history
  • Loading branch information
errorxyz committed Dec 10, 2024
1 parent f260761 commit af0caa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mitmproxy-rs/mitmproxy_rs/local.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ class LocalRedirector:
def set_intercept(self, spec: str) -> None: ...
def close(self) -> None: ...
async def wait_closed(self) -> None: ...
@staticmethod
def unavailable_reason() -> str | None: ...
1 change: 1 addition & 0 deletions mitmproxy-rs/mitmproxy_rs/tun.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ class TunInterface:
def close(self) -> None: ...
async def wait_closed(self) -> None: ...
def __repr__(self) -> str: ...
@staticmethod
def unavailable_reason() -> str | None: ...

0 comments on commit af0caa3

Please sign in to comment.