We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f578e commit a5f1dd7Copy full SHA for a5f1dd7
singlestoredb/tests/test_udf_returns.py
@@ -1,4 +1,4 @@
1
-# type ignore[type-arg]
+# mypy: disable-error-code="type-arg"
2
# from __future__ import annotations
3
import unittest
4
from typing import Any
0 commit comments