From 0ef34ddadcce8554d60ad83eeb9343ab2c6e4fbf Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Thu, 10 Sep 2020 00:19:18 +0200 Subject: [PATCH] remove unused import --- pype/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/cli.py b/pype/cli.py index 0c9d7bc40f..0a825ff671 100644 --- a/pype/cli.py +++ b/pype/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Package for handling pype command line arguments.""" import os -import sys +# import sys from .pype_commands import PypeCommands import click