Skip to content

Commit

Permalink
Ignore missing import.
Browse files Browse the repository at this point in the history
I have no idea why pyre thinks this part of stdlib is missing...
  • Loading branch information
felixfontein committed Oct 23, 2023
1 parent 706d347 commit ba2c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antsibull_core/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import asyncio
import os
import sys
import venv
import venv # pyre-ignore[21]
from collections.abc import Sequence
from typing import TYPE_CHECKING, NoReturn

Expand Down

0 comments on commit ba2c104

Please sign in to comment.