From d5a7aed0debac7f08265b0f1bf745bfaadc6e719 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 16 Jan 2018 14:24:29 +0200 Subject: Remove ununsed imports and variables --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 471c433..1051ecc 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import sys import io import re -import warnings try: from setuptools import setup has_setuptools = True -- cgit v1.2.1