Skip to content

Commit 91e02a5

Browse files
committed
small fixes
1 parent f402f2e commit 91e02a5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pandas/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
else:
8989
from typing_extensions import TypeGuard # pyright: reportUnusedImport = false
9090
else:
91-
TypeGuard: Any = bool
9291
npt: Any = None
92+
TypeGuard: Any = None
9393

9494
HashableT = TypeVar("HashableT", bound=Hashable)
9595

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ ignore = [
256256
"PLR0912",
257257
# Too many statements
258258
"PLR0915",
259-
# ruff doesn't accept blasck #fmt: on/fmt: off comments
260-
"E501",
261259

262260
# Additional checks that don't pass yet
263261
# Within an except clause, raise exceptions with ...

0 commit comments

Comments
 (0)