Skip to content

Commit

Permalink
Refomat
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhipengXue97 committed Jul 15, 2024
1 parent 1b18319 commit 6db17dc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modin/pandas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6db17dc

Please sign in to comment.