make a change to trigger the language tests

This commit is contained in:
Anthony Sottile 2023-02-21 11:06:24 -05:00
parent 9655158d93
commit 08fa5ffc43

View file

@ -43,12 +43,7 @@ class Language(Protocol):
...
# modify the environment for hook execution
def in_env(
self,
prefix: Prefix,
version: str,
) -> ContextManager[None]:
...
def in_env(self, prefix: Prefix, version: str) -> ContextManager[None]: ...
# execute a hook and return the exit code and output
def run_hook(