Skip to content

Commit 43bd6ff

Browse files
committed
MNT: silence mypy
1 parent da9b646 commit 43bd6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdoc/test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def _http(self, modules: list):
10841084
sys.__stdout__.write(stdout.getvalue())
10851085
raise
10861086
finally:
1087-
pdoc.cli._httpd.shutdown()
1087+
pdoc.cli._httpd.shutdown() # type: ignore
10881088
t.join()
10891089

10901090
def test_http(self):

0 commit comments

Comments
 (0)