mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint issues under tests
This commit is contained in:
parent
0372718831
commit
c8de644cad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue