From 07549c0dd602190cdc488b01cc9c4b730b4ca77d Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Mon, 23 Nov 2020 10:48:08 -0800 Subject: [PATCH] Remove unused import --- tf2_voice_ban_bots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tf2_voice_ban_bots.py b/tf2_voice_ban_bots.py index 16e344b..bbd7335 100644 --- a/tf2_voice_ban_bots.py +++ b/tf2_voice_ban_bots.py @@ -1,4 +1,3 @@ -import json #json parse import os #path/file opening import re #regex import requests #http requests