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

Commit 9174161

Browse files
author
Juanjo Alvarez
committed
Formatting. Update pydetector dependency version
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 54e9375 commit 9174161

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

native/python_package/python_driver/astimprove.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
AstDict = Dict[Any, Any]
2222
VisitResult = Union[Node, List[Node]]
2323

24+
2425
class TokenPos():
2526
def __init__(self, row: int, col: int) -> None:
2627
self.row = row
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pydetector-bblfsh==0.14.2
1+
pydetector-bblfsh==0.14.3

native/python_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
install_requires=[
34-
"pydetector-bblfsh==0.14.2"
34+
"pydetector-bblfsh==0.14.3"
3535
],
3636
classifiers=[
3737
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)