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 6d8263d commit 7301988Copy full SHA for 7301988
tests/test_cient.py
@@ -10,4 +10,4 @@ def test_client_creation(self):
10
auth_token="<your_tempo_api_key>",
11
base_url="https://api.tempo.io/core/3")
12
13
- self.assertTrue(isinstance(tempo, tempoapiclient.Client.Tempo))
+ self.assertTrue(isinstance(tempo, tempoapiclient.client.Tempo))
0 commit comments