A couple of pylint changes

This commit is contained in:
Michael Lazar
2017-03-28 23:18:13 -07:00
parent e37904fba5
commit 13e9fd9b10
5 changed files with 5 additions and 6 deletions

View File

@@ -3,11 +3,11 @@ from __future__ import unicode_literals
import os
import sys
import six
import time
import curses
from functools import wraps
import six
from kitchen.text.display import textual_width
from . import docs