chore(poetry): remove unnecessary unset (#10605)

master
kronion 4 years ago committed by GitHub
parent 675a2d9922
commit 2b492aec93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/poetry/poetry.plugin.zsh

@ -12,5 +12,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
fi
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|
unset comp_file

Loading…
Cancel
Save