Skip to content

Commit 4eb45b5

Browse files
committed
CLN: Pass flake8 checks
1 parent 2bb1179 commit 4eb45b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: pdoc/test/example_pkg/__init__.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,10 @@ class Location(namedtuple('Location', 'lat lon')):
370370
"""Geo-location, GPS position."""
371371

372372

373-
def _func_spec(value: int) -> bool:
374-
...
373+
def _func_spec(value: int) -> bool: ...
375374

376-
async def _coro_spec(value: int) -> bool:
377-
...
375+
376+
async def _coro_spec(value: int) -> bool: ...
378377

379378

380379
class HasMockAttributes:

0 commit comments

Comments
 (0)