From b942d2a32be7d1bca963499cb7b73a2f5d549799 Mon Sep 17 00:00:00 2001 From: Pulkit Sinha Date: Mon, 15 Nov 2021 13:51:19 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 410071329 --- ddsp/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ddsp/core.py b/ddsp/core.py index 455f408c..e98d8302 100644 --- a/ddsp/core.py +++ b/ddsp/core.py @@ -15,7 +15,6 @@ # Lint as: python3 """Library of functions for differentiable digital signal processing (DDSP).""" - import collections import copy from typing import Any, Dict, Optional, Sequence, Text, TypeVar