diff --git a/artiq/test/test_pc_rpc.py b/artiq/test/test_pc_rpc.py index 2a3c3e866..4ca81d020 100644 --- a/artiq/test/test_pc_rpc.py +++ b/artiq/test/test_pc_rpc.py @@ -100,7 +100,7 @@ class RPCCase(unittest.TestCase): """ def _annotated_function( - arg1: str, arg2: np.ndarray = np.array([1, 2]) + arg1: str, arg2: np.ndarray = np.array([1,]) ) -> np.ndarray: """Sample docstring.""" return arg1