We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8a248 commit f348267Copy full SHA for f348267
1 file changed
homebrew_releaser/app.py
@@ -170,9 +170,6 @@ def run_github_action():
170
Utils.write_file(formula_filepath, template, 'w')
171
172
if UPDATE_PYTHON_RESOURCES:
173
- import time
174
-
175
- time.sleep(1000)
176
logger.info('Attempting to update Python resources in the formula...')
177
Formula.update_python_resources(formula_dir, formula_filename)
178
if DEBUG:
0 commit comments