Skip to content

Commit

Permalink
add missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 13, 2024
1 parent fb0f953 commit 9932a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/aerospike.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ static struct module_obj_name_to_creation_method module_pyobjects[] = {
{NULL, (PyObject * (*)(void)) AerospikeNullObject_Ready},
{NULL, (PyObject * (*)(void)) AerospikeWildcardObject_Ready},
{NULL, (PyObject * (*)(void)) AerospikeInfiniteObject_Ready},
{NULL, (PyObject * (*)(void)) AerospikeKeyOrderedDict_Ready},
{NULL, (PyObject * (*)(void)) AerospikeScan_Ready},
};

PyMODINIT_FUNC PyInit_aerospike(void)
Expand Down

0 comments on commit 9932a34

Please sign in to comment.