Skip to content

Commit

Permalink
Ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Jul 29, 2024
1 parent e7a8dbe commit 48116b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cutadapt/_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
try:
import msvcrt
except ImportError:
msvcrt = None
msvcrt = None # type: ignore
try:
import _winapi
except ImportError:
_winapi = None
_winapi = None # type: ignore


class _PatchedDupHandle:
Expand Down

0 comments on commit 48116b4

Please sign in to comment.