Skip to content

Commit 140ac8b

Browse files
chore(internal): remove trailing character (#78)
1 parent 1240746 commit 140ac8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_client.py

+1-1
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)