From 52a01645c7f6c203e5fdc5261077ad84abd480a6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 20 Apr 2020 18:26:57 +0000 Subject: [PATCH] PyFlakes fix - Legacy-Id: 17669 --- ietf/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/checks.py b/ietf/checks.py index c7bec0f1b..e0ddba269 100644 --- a/ietf/checks.py +++ b/ietf/checks.py @@ -3,7 +3,6 @@ import os -import sys import time from textwrap import dedent from typing import List, Tuple # pyflakes:ignore