diff --git a/pdoc/test/example_pkg/__init__.py b/pdoc/test/example_pkg/__init__.py index 442d497f..1c532c2c 100644 --- a/pdoc/test/example_pkg/__init__.py +++ b/pdoc/test/example_pkg/__init__.py @@ -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: