diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 10:12:54 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 11:26:21 -0400 |
commit | 607c3e652400aa5f772bc353bb56f7e96869e383 (patch) | |
tree | 315b585527c00e5d723ae3e0f476a108ac7e6fd3 /ms/command-executor/src/main/python/utils.py | |
parent | 6fcfbc12e20e5a853c9204469dac6867b7eb6ccb (diff) |
Add logger to python code
Change-Id: I526059b2a18685dbb978c0776cc728bbbd90e9cd
Issue-ID: CCSDK-1164
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/command-executor/src/main/python/utils.py')
-rw-r--r-- | ms/command-executor/src/main/python/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ms/command-executor/src/main/python/utils.py b/ms/command-executor/src/main/python/utils.py index b0013b996..6260997f3 100644 --- a/ms/command-executor/src/main/python/utils.py +++ b/ms/command-executor/src/main/python/utils.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -from builtins import map, bytes - from google.protobuf.timestamp_pb2 import Timestamp import proto.CommandExecutor_pb2 as CommandExecutor_pb2 |