Skip to content

Commit

Permalink
fix: Remove broken import path
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Aug 3, 2022
1 parent 18a954b commit 2c5c28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bench/utils/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def update(
from bench.bench import Bench
from bench.config.common_site_config import update_config
from bench.exceptions import CannotUpdateReleaseBench
from bench.utils import clear_command_cache
from bench.utils.app import is_version_upgrade
from bench.utils.system import backup_all_sites

Expand All @@ -394,8 +393,6 @@ def update(
patches.run(bench_path=bench_path)
conf = bench.conf

clear_command_cache(bench_path=".")

if conf.get("release_bench"):
raise CannotUpdateReleaseBench("Release bench detected, cannot update!")

Expand Down

0 comments on commit 2c5c28b

Please sign in to comment.