Skip to content

Commit 42f7181

Browse files
committed
Revert incorrect ordering of imports
1 parent 4e72237 commit 42f7181

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,6 +49,7 @@
4949
"""
5050

5151
from collections import namedtuple
52+
from contextlib import contextmanager
5253
import re
5354
from typing import (
5455
Any,
@@ -63,7 +64,6 @@
6364
cast,
6465
)
6566
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)