Skip to content

Commit 24fe6f1

Browse files
committed
removed an unused variable
1 parent ef005d8 commit 24fe6f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

file_transfer_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
def _update_progress(file_name, start_time, total_size, progress,
5757
output_stream):
58-
full_width = 70
5958
barLength = 10 # Modify this to change the length of the progress bar
6059
total_size /= MB
6160
status = ""

0 commit comments

Comments
 (0)