From f55558cb927e4bccd6ee6285e6484b82bd6651e5 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Thu, 5 May 2022 11:22:22 +0100 Subject: [PATCH] VSCode adding unwanted imports --- itchiodl/library.py | 1 - 1 file changed, 1 deletion(-) diff --git a/itchiodl/library.py b/itchiodl/library.py index 687f7e7..597f1f8 100644 --- a/itchiodl/library.py +++ b/itchiodl/library.py @@ -1,6 +1,5 @@ import json from concurrent.futures import ThreadPoolExecutor -import re import requests from itchiodl.game import Game