From e3a6f2a542600d28f2fb5896a65184f031af6424 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 6 Dec 2018 01:41:20 -0300 Subject: [PATCH] user.settings: remove unused json import --- litecord/blueprints/user/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litecord/blueprints/user/settings.py b/litecord/blueprints/user/settings.py index b76a32c..301aaa9 100644 --- a/litecord/blueprints/user/settings.py +++ b/litecord/blueprints/user/settings.py @@ -1,5 +1,3 @@ -import json - from quart import Blueprint, jsonify, request, current_app as app from litecord.auth import token_check