Skip to content

Commit

Permalink
remove package rename warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed May 21, 2024
1 parent a9b58b4 commit ac1f13a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions foxglove/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ def _download_stream_with_progress(

class Client:
def __init__(self, token: str, host: str = "api.foxglove.dev"):
warnings.warn(
"The `foxglove-data-platform` package has been renamed to `foxglove-client`."
+ " Please migrate to `foxglove-client` to receive future updates.",
DeprecationWarning,
)
self.__token = token
self.__headers = {
"Content-type": "application/json",
Expand Down

0 comments on commit ac1f13a

Please sign in to comment.