Skip to content

Commit

Permalink
Fix cimport.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Mar 26, 2021
1 parent afe29d7 commit 251b6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/labeling.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import numpy as np
from enum import IntEnum

from libc.stdint cimport uint32_t
from libcpp.bool cimport bool as cbool
from libcpp cimport bool as cbool
from libcpp.memory cimport unique_ptr
from libcpp.utility cimport move

Expand Down

0 comments on commit 251b6c5

Please sign in to comment.