diff options
-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 b1044fb540..e47d1ca8bf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6710,9 +6710,6 @@ Python code against some of the style conventions in @url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.") (license license:expat))) -(define-public python2-pycodestyle - (package-with-python2 python-pycodestyle)) - (define-public python-pycodestyle-2.6 (package (inherit python-pycodestyle) |