From 5060917e408bf95fecc1ec59938b6e6badae4762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 28 Jun 2017 15:20:24 +0200 Subject: [PATCH] style(cli): Space import sections --- yamllint/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yamllint/cli.py b/yamllint/cli.py index 418cf35..41695a3 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -15,6 +15,7 @@ # along with this program. If not, see . from __future__ import print_function + import os.path import sys