Skip to content

Commit

Permalink
CLN: Pass flake8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jun 21, 2024
1 parent cb5bf52 commit 04122a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pdoc/test/example_pkg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,10 @@ class Location(namedtuple('Location', 'lat lon')):
"""Geo-location, GPS position."""


def _func_spec(value: int) -> bool:
...
def _func_spec(value: int) -> bool: ...

async def _coro_spec(value: int) -> bool:
...

async def _coro_spec(value: int) -> bool: ...


class HasMockAttributes:
Expand Down

0 comments on commit 04122a4

Please sign in to comment.