From 4c7b47daf38f1708f5b437e54771b02bd0fa1ba3 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 17 Jul 2022 08:24:08 +0200 Subject: [PATCH] Most __future__ imports are specific to Python 2 --- yamllint/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yamllint/cli.py b/yamllint/cli.py index f2be843..ea0d704 100644 --- a/yamllint/cli.py +++ b/yamllint/cli.py @@ -13,8 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from __future__ import print_function - import argparse import io import locale