Skip to content

Commit

Permalink
Use narrower mypy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Jul 9, 2024
1 parent 15e9321 commit fc95912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doubleratchet/recommended/crypto_provider_brython.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from browser import window # type: ignore[import] # pylint: disable=import-error
from browser import window # type: ignore[import-not-found] # pylint: disable=import-error
from typing_extensions import assert_never

from .crypto_provider import CryptoProvider, HashFunction
Expand Down

0 comments on commit fc95912

Please sign in to comment.