From 1a347b5ed7d08bd82ed5523542a074e8664581ff Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:11:04 -0600 Subject: [PATCH] Fix lint real --- src/djangooidc/oidc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/djangooidc/oidc.py b/src/djangooidc/oidc.py index 03745e056..286e519a4 100644 --- a/src/djangooidc/oidc.py +++ b/src/djangooidc/oidc.py @@ -240,7 +240,6 @@ class Client(oic.Client): authn_method=self.registration_response["token_endpoint_auth_method"], # There is a time desync issue between login.gov and cloud # this addresses that by adding a clock skew. - # See here: https://github.com/GSA-TTS/FAC/pull/1968#pullrequestreview-1601224051 skew=10, ) except Exception as err: