Skip to content
Prev Previous commit
Next Next commit
CLN:Remove superfluous comment
GH38948 pull request review
  • Loading branch information
rbpatt2019 committed Jan 5, 2021
commit bc0c5d24bd6450a52ddd2e331ff1cf019b47f911
2 changes: 0 additions & 2 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -5070,8 +5070,6 @@ def notna(self) -> DataFrame:
def notnull(self) -> DataFrame:
return ~self.isna()

# Overload function signature to prevent union of conflicting types
# As Optional[DataFrame] is really Union[DataFrame, None]
@overload
def dropna(
self,
Expand Down