Is there a way to supress warnings? #495
Answered
by
nithinmurali
ChandlerTayek
asked this question in
Q&A
-
I'm using pygsheets as part of my production code base and sometimes I have to read in sheets that have missing column names and I was wondering if there is a way to suppress the warning when using ws.
|
Beta Was this translation helpful? Give feedback.
Answered by
nithinmurali
Jun 8, 2021
Replies: 1 comment
-
you can just suppress all warnings. something like this should work.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChandlerTayek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can just suppress all warnings. something like this should work.