Jon Solow commited on
Commit
727d494
·
1 Parent(s): 2cacde5

Ignore stqdm mypy

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