Skip to content

Commit

Permalink
update exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
twoertwein committed Dec 14, 2021
1 parent 0f001b1 commit a53ac26
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pandas/_libs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pyright: reportGeneralTypeIssues = false
__all__ = [
"NaT",
"NaTType",
Expand Down
1 change: 1 addition & 0 deletions pandas/core/array_algos/masked_reductions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pyright: reportGeneralTypeIssues = false
"""
masked_reductions.py is for reduction algorithms using a mask-based approach
for missing values.
Expand Down
1 change: 0 additions & 1 deletion pandas/errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pyright: reportGeneralTypeIssues = false
# flake8: noqa

"""
Expand Down
1 change: 0 additions & 1 deletion pandas/plotting/_matplotlib/groupby.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pyright: reportGeneralTypeIssues = false
from __future__ import annotations

import numpy as np
Expand Down

0 comments on commit a53ac26

Please sign in to comment.