From a5df77fdfa58021c63e5661ca9f9bdc4d370a861 Mon Sep 17 00:00:00 2001 From: ericharper Date: Thu, 9 Jul 2020 11:44:25 -0600 Subject: [PATCH] removed imports Signed-off-by: ericharper --- nemo/collections/cv/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nemo/collections/cv/__init__.py b/nemo/collections/cv/__init__.py index e10897b06223..839958f53ae1 100644 --- a/nemo/collections/cv/__init__.py +++ b/nemo/collections/cv/__init__.py @@ -13,8 +13,3 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================= - -from nemo.collections.cv.datasets import * -from nemo.collections.cv.losses import * -from nemo.collections.cv.models import * -from nemo.collections.cv.modules import *