Jon Solow commited on
Commit
21c4781
1 Parent(s): c156070

Ignore missing imports for streamlit_gsheets

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -0
pyproject.toml CHANGED
@@ -45,5 +45,6 @@ python_version = "3.11"
45
  [[tool.mypy.overrides]]
46
  module = [
47
  'streamlit_oauth'
 
48
  ]
49
  ignore_missing_imports = true
 
45
  [[tool.mypy.overrides]]
46
  module = [
47
  'streamlit_oauth'
48
+ , 'streamlit_gsheets'
49
  ]
50
  ignore_missing_imports = true