Skip to content

Commit 0601243

Browse files
committed
Move import
1 parent 60f6b25 commit 0601243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
import copy
66
import datetime
7-
import hashlib
87
from functools import partial
8+
import hashlib
99
import string
1010
from typing import TYPE_CHECKING, Optional, Tuple, cast
1111
import warnings

0 commit comments

Comments
 (0)