Skip to content

Commit a5f1dd7

Browse files
committed
Fix annotations for older versions of Python
1 parent 42f578e commit a5f1dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/tests/test_udf_returns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# type ignore[type-arg]
1+
# mypy: disable-error-code="type-arg"
22
# from __future__ import annotations
33
import unittest
44
from typing import Any

0 commit comments

Comments
 (0)