From 6d1a58b9d6c23ec170b529720670248259a48739 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 6 Oct 2022 11:19:59 -0500 Subject: [PATCH] lint --- wp_oauth_backend/wp_oauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wp_oauth_backend/wp_oauth.py b/wp_oauth_backend/wp_oauth.py index 3cb9c80..b8d048e 100644 --- a/wp_oauth_backend/wp_oauth.py +++ b/wp_oauth_backend/wp_oauth.py @@ -10,7 +10,6 @@ usage: subclass of BaseOAuth2 Third Party Authtencation client to actually needs. """ import json -import re from urllib.parse import urlencode from urllib.request import urlopen from logging import getLogger