tools/lib: Remove unused imports.

This commit is contained in:
rht
2017-09-30 14:40:18 +02:00
committed by Tim Abbott
parent 8a631a2fde
commit 2c2adbf647
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
from typing import Callable, List, Optional
from six.moves import range
import re
class TemplateParserException(Exception):
def __init__(self, message):