diff --git a/src/snowflake/snowpark/mock/_functions.py b/src/snowflake/snowpark/mock/_functions.py index ae340dd57c6..3842f6fda34 100644 --- a/src/snowflake/snowpark/mock/_functions.py +++ b/src/snowflake/snowpark/mock/_functions.py @@ -10,11 +10,11 @@ import operator import re import string +import threading from decimal import Decimal from functools import partial, reduce from numbers import Real from random import randint -import threading from typing import Any, Callable, Optional, Tuple, TypeVar, Union import pytz