Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Aug 30, 2024
1 parent 5303c7e commit 463287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/mock/_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 463287a

Please sign in to comment.