summaryrefslogtreecommitdiffstats
path: root/yamllint/linter.py
diff options
context:
space:
mode:
Diffstat (limited to 'yamllint/linter.py')
-rw-r--r--yamllint/linter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yamllint/linter.py b/yamllint/linter.py
index 0de1f71..a2faa06 100644
--- a/yamllint/linter.py
+++ b/yamllint/linter.py
@@ -13,14 +13,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import re
import io
+import re
import yaml
from yamllint import parser
-
PROBLEM_LEVELS = {
0: None,
1: 'warning',