Fix lint issues under tests

This commit is contained in:
Pedro Algarvio 2019-04-02 01:01:34 +01:00
parent 0372718831
commit c8de644cad
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -6,7 +6,7 @@
This script is meant as a stop-gap until we move to PyTest to provide a functionality similar to
PyTest's --last-failed where PyTest only runs last failed tests.
'''
# pylint: disable=resource-leakage
from __future__ import absolute_import, unicode_literals, print_function
import os
import sys