Learn more about cloning repositories
You have read-only access
[Python] Remove unused variable last_line_content in viewcfg Prior to this commit: ``` $ git grep last_line_content | wc -l 1 ``` After this commit: ``` $ git grep last_line_content | wc -l 0 ```