Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 66ccfed

Browse files
author
Juanjo Alvarez
committed
PEP8 fix
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent d485273 commit 66ccfed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bblfsh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BblfshClient:
1818
Babelfish gRPC client.
1919
"""
2020

21-
def __init__(self, endpoint:str) -> None:
21+
def __init__(self, endpoint: str) -> None:
2222
"""
2323
Initializes a new instance of BblfshClient.
2424

0 commit comments

Comments
 (0)