We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca5ca4 commit 83b6a72Copy full SHA for 83b6a72
gsutil.py
@@ -89,6 +89,10 @@ def _fix_google_module():
89
warnings.filterwarnings('ignore',
90
category=UserWarning,
91
message=r'.* oauth2client was already imported from')
92
+warnings.filterwarnings("ignore",
93
+ category=SyntaxWarning,
94
+ message=r"invalid escape sequence",
95
+ module=r".*third_party/pyparsing/")
96
97
# List of third-party libraries. The first element of the tuple is the name of
98
# the directory under third_party and the second element is the subdirectory
0 commit comments