Skip to content

Commit 600957d

Browse files
committed
Remove extra part definition
1 parent 3c50ada commit 600957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async def status(self, current_path):
256256
}
257257

258258
result = []
259-
line_iterable = line_iterable = (line for line in strip_and_split(my_output) if line)
259+
line_iterable = (line for line in strip_and_split(my_output) if line)
260260
for line in line_iterable:
261261
result.append({
262262
"x": line[0],

0 commit comments

Comments
 (0)