mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
Fix pyright warning
This commit is contained in:
parent
f421317aea
commit
a6ca589b34
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ RE_UUID = re.compile(
|
|||
|
||||
|
||||
class LogSink(Protocol):
|
||||
def write(self, text: str) -> None:
|
||||
...
|
||||
def write(self, msg: str) -> None: ...
|
||||
|
||||
|
||||
def _match(subject: str, keywords: str) -> bool:
|
||||
|
|
Loading…
Add table
Reference in a new issue