From 0b9ab1438dd079ea3ee9175d4c32d2d6f9c9073d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:28:59 -0800 Subject: [PATCH] Clean up --- one_click.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/one_click.py b/one_click.py index d0f54582..9105e057 100644 --- a/one_click.py +++ b/one_click.py @@ -367,8 +367,6 @@ def update_requirements(initial_installation=False, pull=True): if 'wheels_changed' in last_state or last_state.get('last_installed_commit') != current_commit: wheels_changed = True - else: - last_state = {} if pull: # Read .whl lines before pulling