Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
brandon-b-miller and bdice authored May 9, 2022
1 parent a0fd101 commit 5358172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cudf/cudf/core/missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
# Pandas NAType enforces a single instance exists at a time
# instantiating this class will yield the existing instance
# of pandas._libs.missing.NAType, id(cudf.NA) == id(pd.NA).
from pandas import NA # noqa: F401
from pandas import NA

__all__ = ["NA"]

0 comments on commit 5358172

Please sign in to comment.