Skip to content

Commit ca14418

Browse files
ianhitelamonian
andauthored
remove unecessary intermediate value
Co-Authored-By: Max Klein <[email protected]>
1 parent 2822e79 commit ca14418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyterlab_git/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ async def status(self, current_path):
257257
result = []
258258
line_iterable = iter(strip_and_split(my_output))
259259
for line in line_iterable:
260-
from_path = line[3:]
261260
result.append({
262261
"x": line[0],
263262
"y": line[1],

0 commit comments

Comments
 (0)