Skip to content

Commit d9c53ab

Browse files
committed
Fixed import sort
1 parent 7acb89a commit d9c53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class providing the base-class of operations.
1212
import datetime
1313
from functools import partial, wraps
1414
import types
15-
from typing import Optional, Type, Tuple
15+
from typing import Optional, Tuple, Type
1616
import warnings
1717

1818
import numpy as np

0 commit comments

Comments
 (0)