Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 96c1d9c

Browse files
committed
fixed case
1 parent e64dc1a commit 96c1d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arraymap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,14 +2157,14 @@ fam_get_any(FAMObject *self, PyObject *key) {
21572157
case NPY_STRING:
21582158
GET_ANY_FLEXIBLE(char, char_get_end_p, lookup_hash_string, string_to_hash);
21592159
break;
2160-
case NPY_DATETIME:
2160+
case NPY_DATETIME: {
21612161
NPY_DATETIMEUNIT key_unit = dt_unit_from_array(key_array);
21622162
if (!kat_is_datetime_unit(self->keys_array_type, key_unit)) {
21632163
return values;
21642164
}
21652165
GET_ANY_SCALARS(npy_int64, npy_int64, KAT_INT64, lookup_hash_int, int_to_hash,);
21662166
break;
2167-
2167+
}
21682168
}
21692169
}
21702170
else {

0 commit comments

Comments
 (0)