From: Harmon Date: Thu, 13 May 2021 13:47:38 +0000 (-0500) Subject: Remove unused os import in api.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=69f1a58dceb0cd607f124ad25d3cfd879f6d5f39;p=tweepy.git Remove unused os import in api.py --- diff --git a/tweepy/api.py b/tweepy/api.py index f8eadd6..d82df20 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -6,7 +6,6 @@ import functools import imghdr import logging import mimetypes -import os from platform import python_version import sys import time