From 6eb1a5626e108793d47a7b0c135734eca70a384d Mon Sep 17 00:00:00 2001 From: Holly McFarland Date: Sat, 29 Jan 2022 18:44:15 -0500 Subject: [PATCH] Clean up a useless import --- mtgcardlookup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mtgcardlookup.py b/mtgcardlookup.py index 27b05e4..63d075f 100755 --- a/mtgcardlookup.py +++ b/mtgcardlookup.py @@ -6,7 +6,6 @@ import asyncio import aiohttp import re import json -import requests import io import traceback from PIL import Image