Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4212ea4

Browse files
committed
SF #515012, cleanup: remove unused variable
1 parent 22c5d77 commit 4212ea4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/imputil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ def _os_bootstrap():
455455
def join(a, b):
456456
if a == '':
457457
return b
458-
path = s
459458
if ':' not in a:
460459
a = ':' + a
461460
if a[-1:] != ':':

0 commit comments

Comments
 (0)