Skip to content

Commit

Permalink
remove unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir.Roschin committed Apr 8, 2020
1 parent 7db7a73 commit c07c125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pip_review/__main__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
from __future__ import absolute_import
import os
import re
import argparse
from functools import partial
import logging
import json
import sys
import pip
import subprocess
from packaging import version

PY3 = sys.version_info.major == 3
if PY3: # Python3 Imports
import urllib.request as urllib_request
import subprocess

def check_output(*args, **kwargs):
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
pip-review lets you smoothly manage all available PyPI updates.
"""
import sys
from setuptools import setup


Expand Down

0 comments on commit c07c125

Please sign in to comment.