From 05e18829d98015b9022f01e207bac3aa3cf66ea6 Mon Sep 17 00:00:00 2001 From: Naveen Joy Date: Thu, 28 Feb 2019 08:46:41 -0800 Subject: Remove unused imports from hooks Change-Id: I087b057da526c18f8cce1902dcb594dd5ce0a4b8 Signed-off-by: Naveen Joy --- test/hook.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/hook.py b/test/hook.py index d23604ba13f..187e13e4ab7 100644 --- a/test/hook.py +++ b/test/hook.py @@ -6,10 +6,6 @@ from log import RED, single_line_delim, double_line_delim import ipaddress from subprocess import check_output, CalledProcessError from util import check_core_path, get_core_path -try: - text_type = unicode -except NameError: - text_type = str class Hook(object): -- cgit 1.2.3-korg