Linter remove unused threading in util

This commit is contained in:
Karthik Nadig 2019-09-19 10:55:56 -07:00 committed by GitHub
parent 636400a24a
commit 2b429c7b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@
from __future__ import absolute_import, print_function, unicode_literals
import threading
import sys