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 Feb 5, 2024
1 parent d3d6e70 commit c3260c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/hatch_fancy_pypi_readme/_fragments.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ class Fragment(Protocol):
key: ClassVar[str]

@classmethod
def from_config(cls, cfg: dict[str, str]) -> Fragment:
...
def from_config(cls, cfg: dict[str, str]) -> Fragment: ...

def render(self) -> str:
...
def render(self) -> str: ...


@dataclass
Expand Down

0 comments on commit c3260c6

Please sign in to comment.