diff options
Diffstat (limited to 'gnu')
-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 d7cd2dbcaf..cf26c2d4ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11162,9 +11162,6 @@ unnecessary plus operators for explicit string literal concatenation.") plugins that intend to support Flake8 2.x and 3.x simultaneously.") (license license:expat))) -(define-public python2-flake8-polyfill - (package-with-python2 python-flake8-polyfill)) - (define-public python-flake8-print (package (name "python-flake8-print") |