Skip to content

Commit 895ed55

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2268784 commit 895ed55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _calls_wait_for_calc_timeout_fast(res_queue):
7777
res = _wait_for_calc_timeout_fast(1, 2)
7878
res_queue.put(res)
7979

80-
""" Testing calls that avoid timeouts store the values in cache. """
80+
"""Testing calls that avoid timeouts store the values in cache."""
8181
_wait_for_calc_timeout_fast.clear_cache()
8282
val1 = _wait_for_calc_timeout_fast(1, 2)
8383
val2 = _wait_for_calc_timeout_fast(1, 2)

0 commit comments

Comments
 (0)