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 Jan 28, 2021
1 parent 451f01c commit 2764ab6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions domplotlib/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def pie_from_tally(
reverse: bool = ...,
autopct: None = ...,
**kwargs,
) -> Tuple[List[Wedge], List[Text]]:
... # pragma: no cover
) -> Tuple[List[Wedge], List[Text]]: ... # pragma: no cover


@overload
Expand All @@ -61,8 +60,7 @@ def pie_from_tally(
reverse: bool = ...,
autopct: str,
**kwargs,
) -> Tuple[List[Wedge], List[Text], List[Text]]:
... # pragma: no cover
) -> Tuple[List[Wedge], List[Text], List[Text]]: ... # pragma: no cover


def pie_from_tally(
Expand Down

0 comments on commit 2764ab6

Please sign in to comment.