Skip to content

Commit 223ada6

Browse files
committed
remove deprecated CHClient class name
1 parent 0e0b388 commit 223ada6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

jupyterhealth_client/_client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -517,15 +517,3 @@ def list_observations_df(
517517
)
518518
records = [tidy_observation(obs) for obs in observations]
519519
return pd.DataFrame.from_records(records)
520-
521-
522-
class JupyterHealthCHClient(JupyterHealthClient):
523-
"""Deprecated name for JupyterHealthClient"""
524-
525-
def __init__(self, *args, **kwargs):
526-
warnings.warn(
527-
"JupyterHealthCHClient is deprecated. Use JupyterHealthClient",
528-
DeprecationWarning,
529-
stacklevel=2,
530-
)
531-
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)