From 3807de71c085dd1329bafe393d8d358ea9850d95 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 28 Jan 2020 17:35:56 -0800 Subject: [PATCH] style fix Signed-off-by: Jason --- nemo/utils/nemo_logging.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nemo/utils/nemo_logging.py b/nemo/utils/nemo_logging.py index 5aefc797ab89..0c845f08fc8d 100644 --- a/nemo/utils/nemo_logging.py +++ b/nemo/utils/nemo_logging.py @@ -16,12 +16,8 @@ # limitations under the License. import logging as _logging - -# import os import sys import threading - -# import inspect import warnings from contextlib import contextmanager