diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fa326cb2f7..0adfbfca44 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22119,9 +22119,6 @@ takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code didn't violate the style guide.") (license license:asl2.0))) -(define-public python2-yapf - (package-with-python2 python-yapf)) - (define-public python-yq (package (name "python-yq") |