Skip to content

Commit 7181157

Browse files
try fix typing
1 parent 4b973c7 commit 7181157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ class StorageExtensionDtype(ExtensionDtype):
458458
name: str
459459
_metadata = ("storage",)
460460

461-
def __init__(self, storage: str | None = None) -> None:
461+
def __init__(self, storage: str) -> None:
462462
self._storage = storage
463463

464464
def __repr__(self) -> str:

0 commit comments

Comments
 (0)