We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1240746 commit 140ac8bCopy full SHA for 140ac8b
1 file changed
tests/test_client.py
@@ -1662,7 +1662,7 @@ def test_get_platform(self) -> None:
1662
import threading
1663
1664
from gitpod._utils import asyncify
1665
- from gitpod._base_client import get_platform
+ from gitpod._base_client import get_platform
1666
1667
async def test_main() -> None:
1668
result = await asyncify(get_platform)()
0 commit comments