Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 14, 2024
1 parent 6713a55 commit 0857e61
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 0857e61

Please sign in to comment.