Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 14, 2024
1 parent 3df1d27 commit cb7f399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/execnet/_dictimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb7f399

Please sign in to comment.