Skip to content

Commit

Permalink
chore: Drop unused ignore instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Jan 10, 2025
1 parent 1e18a51 commit 9eb13db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/truststore/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import typing

import _ssl # type: ignore[import-not-found]
import _ssl

from ._ssl_constants import (
_original_SSLContext,
Expand Down

0 comments on commit 9eb13db

Please sign in to comment.