You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/06/09 12:09:23 UTC

[incubator-ponymail-foal] branch master updated: Ignore the type checker for these 3rd party deps

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 9360a85  Ignore the type checker for these 3rd party deps
9360a85 is described below

commit 9360a85c59da98dae504559fbe94d00d8d8f8686
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Jun 9 14:09:13 2021 +0200

    Ignore the type checker for these 3rd party deps
---
 server/plugins/oauthGoogle.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/plugins/oauthGoogle.py b/server/plugins/oauthGoogle.py
index f9a9418..99edd8c 100644
--- a/server/plugins/oauthGoogle.py
+++ b/server/plugins/oauthGoogle.py
@@ -25,8 +25,8 @@ oauth:
   google_client_id:    your-client-id-here
 
 """
-import google.auth.transport.urllib3
-import google.oauth2.id_token
+import google.auth.transport.urllib3 # type: ignore
+import google.oauth2.id_token # type: ignore
 import plugins.server
 import plugins.session
 import urllib3