From 47f0d0876ca493041f50686750e8dd060bd826f1 Mon Sep 17 00:00:00 2001 From: Excitable Snowball Date: Fri, 26 Mar 2021 00:00:00 +0000 Subject: [PATCH] Remove `wave` from requirements-dev.txt This resolves to , but the places where the `wave` module is imported make it clear that the standard library module was intended. Was originally added in #11820 and used in the following files: * `util/sample_parser.py` * `util/wavetable_parser.py` --- requirements-dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index caae27741ab5..1db3b6d73315 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,3 @@ nose2 flake8 pep8-naming yapf -wave