Skip to content

Commit 9c3df8a

Browse files
committed
Sort imports with isort in groupby.py
1 parent 5e1cb8c commit 9c3df8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class providing the base-class of operations.
3232

3333
import numpy as np
3434

35-
from pandas._config.config import option_context
3635
from pandas._config import get_option
36+
from pandas._config.config import option_context
3737

3838
from pandas._libs import Timestamp
3939
import pandas._libs.groupby as libgroupby

0 commit comments

Comments
 (0)