Skip to content

Commit c753414

Browse files
committed
add type annotations for adaptive/tests/test_notebook_integration.py
1 parent e03f7c9 commit c753414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_notebook_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import zmq
33

44

5-
def test_private_api_used_in_live_info():
5+
def test_private_api_used_in_live_info() -> None:
66
"""We are catching all errors in
77
adaptive.notebook_integration.should_update
88
so if ipykernel changed its API it would happen unnoticed."""

0 commit comments

Comments
 (0)