Skip to content

Commit 0c54eef

Browse files
committed
chore: remove extra whitespace
1 parent c1d9071 commit 0c54eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/util/hashing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ def _hash_ndarray(
324324
)
325325

326326
codes, categories = factorize(vals, sort=False)
327-
tdtype = CategoricalDtype(categories=Index(categories), ordered=False)
328-
cat = Categorical._simple_new(codes, tdtype)
327+
tdtype = CategoricalDtype(categories=Index(categories), ordered=False)
328+
cat = Categorical._simple_new(codes, tdtype)
329329
return cat._hash_pandas_object(
330330
encoding=encoding, hash_key=hash_key, categorize=False
331331
)

0 commit comments

Comments
 (0)