Skip to content

Commit e008afd

Browse files
chore(internal): remove trailing character (#78)
1 parent 3f20135 commit e008afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ def test_get_platform(self) -> None:
16621662
import threading
16631663
16641664
from gitpod._utils import asyncify
1665-
from gitpod._base_client import get_platform
1665+
from gitpod._base_client import get_platform
16661666
16671667
async def test_main() -> None:
16681668
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)