From 15472d614076376ff10aad246fb4b68198b77812 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 00:44:08 -0500 Subject: [PATCH] Remove unnecessary uuid import from setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index adbaf40..9e86d44 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #from distutils.core import setup -import re, uuid +import re from setuptools import setup, find_packages VERSIONFILE = "tweepy/__init__.py" -- 2.25.1