8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e3cc7 commit 9b10387Copy full SHA for 9b10387
larray/core/checked.py
@@ -523,12 +523,12 @@ class Config:
523
def CheckedArray(axes: AxisCollection, dtype: np.dtype = float) -> Type[Array]:
524
raise NotImplementedError("CheckedArray cannot be used because pydantic is not installed")
525
526
- class CheckedSession(object):
+ class CheckedSession:
527
def __init__(self, *args, **kwargs):
528
raise NotImplementedError("CheckedSession class cannot be instantiated "
529
"because pydantic is not installed")
530
531
- class CheckedParameters(object):
+ class CheckedParameters:
532
533
raise NotImplementedError("CheckedParameters class cannot be instantiated "
534
0 commit comments