diff --git a/src/execnet/_dictimport.py b/src/execnet/_dictimport.py index 86ba5053..f1e84b1a 100644 --- a/src/execnet/_dictimport.py +++ b/src/execnet/_dictimport.py @@ -119,8 +119,7 @@ def decode_b85_zip_json(encoded: bytes | str): @runtime_checkable class SourceProvidingLoader(Protocol): - def get_source(self, name: str) -> str: - ... + def get_source(self, name: str) -> str: ... def naive_pack_module(module: types.ModuleType, dist: Distribution) -> object: