Skip to content

Commit

Permalink
Add back imports used in dynamic code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Jan 30, 2025
1 parent a5a1534 commit 191edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/tests/test_udf_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import datetime
import typing
import unittest
from typing import List, Union, Optional
from typing import List, Union, Tuple, Sequence, Optional

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 191edff

Please sign in to comment.