Skip to content

Commit 6ab8140

Browse files
committed
CLN: sort imports
1 parent 457f0a3 commit 6ab8140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"""
44

55
import copy
6+
import datetime
67
from functools import partial
78
import string
89
import warnings
910

10-
import datetime
1111
import numpy as np
1212

1313
from pandas._libs import hashtable as libhashtable, lib

0 commit comments

Comments
 (0)