Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions instana/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def __init__(self, **kwds):
for key in kwds:
self.__dict__[key] = kwds[key]

log.warn("APIClient: This APIClient will be removed in a future version of this package. Please"
"migrate away as soon as possible.")

if "INSTANA_API_TOKEN" in os.environ:
self.api_token = os.environ["INSTANA_API_TOKEN"]

Expand Down
185 changes: 0 additions & 185 deletions tests/test_api_client.py

This file was deleted.