remove unused import

This commit is contained in:
Ondrej Samohel 2020-09-10 00:19:18 +02:00
parent a2f6c5d9f6
commit 0ef34ddadc
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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