utils.secscan: linter fixes

This commit is contained in:
Jimmy Zelinskie 2017-01-18 16:34:36 -05:00
parent e81926fcba
commit 1d59095460
3 changed files with 85 additions and 82 deletions

View file

@ -1,6 +1,8 @@
import features
import logging
import features
logger = logging.getLogger(__name__)