Skip to content

Commit 4e72237

Browse files
committed
Demo what the output look like whenever an import is incorrectly sorted
1 parent 3384ae3 commit 4e72237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"""
5050

5151
from collections import namedtuple
52-
from contextlib import contextmanager
5352
import re
5453
from typing import (
5554
Any,
@@ -64,6 +63,7 @@
6463
cast,
6564
)
6665
import warnings
66+
from contextlib import contextmanager
6767

6868
DeprecatedOption = namedtuple("DeprecatedOption", "key msg rkey removal_ver")
6969
RegisteredOption = namedtuple("RegisteredOption", "key defval doc validator cb")

0 commit comments

Comments
 (0)