Skip to content

Commit 587e6e1

Browse files
committed
🩹 recover the fixed version of poetry completions
1 parent 7610028 commit 587e6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-completions/poetry/poetry-completions.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def "nu-complete poetry python-versions" []: nothing -> list<string> {
88
# Default package source names
99
#
1010
# The default package source names available to install packages from
11-
def "nu-complete poetry default-package-source-names" [] nothing -> list<string> {
11+
def "nu-complete poetry default-package-source-names" []: nothing -> list<string> {
1212
[pypi test test.pypi.org internal-pypi]
1313
}
1414

0 commit comments

Comments
 (0)