linuxmint / mintupdate

The Linux Mint Update Manager
320 stars 156 forks source link

remove unused variables #802

Closed hduelme closed 1 year ago

hduelme commented 1 year ago

The variable upgrade in the method get_latest_apt_upgrade is always None and also not unused in this function. The variable is_end_of_life assigned in line 492, so no need to define it with False first.