Skip to content

Commit 1ed78a2

Browse files
sfc-gh-jkewsfc-gh-joshi
authored andcommitted
isort
1 parent 65ce3f0 commit 1ed78a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/core/storage_formats/pandas/query_compiler_caster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import functools
2323
import inspect
2424
import logging
25+
import random
2526
from abc import ABC, abstractmethod
2627
from collections import defaultdict, namedtuple
27-
import random
2828
from types import FunctionType, MappingProxyType, MethodType
2929
from typing import Any, Callable, Dict, Optional, Tuple, TypeVar, Union, ValuesView
3030

0 commit comments

Comments
 (0)