Skip to content

Commit a9eb0bf

Browse files
committed
fix(ver): update python version
1 parent 3d3f0ed commit a9eb0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_create_delete_session():
7777
client.delete_session(session.id)
7878

7979

80-
def test_list_platforms_by_backend(self):
80+
def test_list_platforms_by_backend():
8181
client = _get_client()
8282

8383
platforms = client.list_platforms(backend_name="aer")

0 commit comments

Comments
 (0)