From 6db17dc44ecd24aba6863c0e2a65951e7b0dd7ea Mon Sep 17 00:00:00 2001 From: Zhipeng Xue <543984341@qq.com> Date: Mon, 15 Jul 2024 20:39:16 +0800 Subject: [PATCH] Refomat --- modin/pandas/base.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modin/pandas/base.py b/modin/pandas/base.py index c29ccb2eac0..3cc6d3d6afd 100644 --- a/modin/pandas/base.py +++ b/modin/pandas/base.py @@ -20,7 +20,16 @@ import re import warnings from functools import cached_property -from typing import TYPE_CHECKING, Any, Callable, Hashable, Literal, Optional, Sequence, Union +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Hashable, + Literal, + Optional, + Sequence, + Union, +) import numpy as np import pandas