Skip to content

Commit

Permalink
Merge pull request #184 from layday/export-subprocess-runner
Browse files Browse the repository at this point in the history
Export `SubprocessRunner`
  • Loading branch information
takluyver authored Mar 3, 2024
2 parents 649925e + 773b063 commit 33953f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyproject_hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
]

if TYPE_CHECKING:
from ._impl import SubprocessRunner # noqa: F401
from ._impl import SubprocessRunner

__all__ += ["SubprocessRunner"]

0 comments on commit 33953f2

Please sign in to comment.