Commit e6c13f89 authored by Zaur Shibzukhov's avatar Zaur Shibzukhov

Fix missing `void`

parent 90989677
...@@ -101,7 +101,7 @@ cdef extern from "datetime.h": ...@@ -101,7 +101,7 @@ cdef extern from "datetime.h":
# Datetime C API initialization function. # Datetime C API initialization function.
# You have to call it before any usage of DateTime CAPI functions. # You have to call it before any usage of DateTime CAPI functions.
cdef inline import_datetime(): cdef inline void import_datetime():
PyDateTime_IMPORT PyDateTime_IMPORT
# Create date object using DateTime CAPI factory function. # Create date object using DateTime CAPI factory function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment