Skip to content

Commit f348267

Browse files
committed
remove sleep
1 parent eb8a248 commit f348267

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

homebrew_releaser/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def run_github_action():
170170
Utils.write_file(formula_filepath, template, 'w')
171171

172172
if UPDATE_PYTHON_RESOURCES:
173-
import time
174-
175-
time.sleep(1000)
176173
logger.info('Attempting to update Python resources in the formula...')
177174
Formula.update_python_resources(formula_dir, formula_filename)
178175
if DEBUG:

0 commit comments

Comments
 (0)