@@ -112,10 +112,10 @@ def test_get_per_issue_metrics_with_hide_envs(self):
112112 ]
113113
114114 # Call the function and check the result
115- with unittest .mock .patch ( # type:ignore
115+ with unittest .mock .patch ( # type: ignore
116116 "issue_metrics.measure_time_to_first_response" ,
117117 measure_time_to_first_response ,
118- ), unittest .mock .patch ( # type:ignore
118+ ), unittest .mock .patch ( # type: ignore
119119 "issue_metrics.measure_time_to_close" , measure_time_to_close
120120 ):
121121 (
@@ -221,10 +221,10 @@ def test_get_per_issue_metrics_without_hide_envs(self):
221221 ]
222222
223223 # Call the function and check the result
224- with unittest .mock .patch ( # type:ignore
224+ with unittest .mock .patch ( # type: ignore
225225 "issue_metrics.measure_time_to_first_response" ,
226226 measure_time_to_first_response ,
227- ), unittest .mock .patch ( # type:ignore
227+ ), unittest .mock .patch ( # type: ignore
228228 "issue_metrics.measure_time_to_close" , measure_time_to_close
229229 ):
230230 (
@@ -326,10 +326,10 @@ def test_get_per_issue_metrics_with_ignore_users(self):
326326 ]
327327
328328 # Call the function and check the result
329- with unittest .mock .patch ( # type:ignore
329+ with unittest .mock .patch ( # type: ignore
330330 "issue_metrics.measure_time_to_first_response" ,
331331 measure_time_to_first_response ,
332- ), unittest .mock .patch ( # type:ignore
332+ ), unittest .mock .patch ( # type: ignore
333333 "issue_metrics.measure_time_to_close" , measure_time_to_close
334334 ):
335335 (
0 commit comments