buildman: rm unused imports

This commit is contained in:
Jimmy Zelinskie 2015-03-09 13:04:16 -04:00
parent 581a284744
commit 8589871f43
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from functools import partial, wraps
from functools import partial
from trollius import get_event_loop