diff options
| author | Eric Lin <anselor@gmail.com> | 2021-03-29 15:28:14 -0400 |
|---|---|---|
| committer | anselor <anselor@gmail.com> | 2021-04-02 18:00:03 -0400 |
| commit | 33951e80a4c0436624ec113988760d4a5b23a9f4 (patch) | |
| tree | 6d974d3c92e14afdb33159da85929b936edcc90b /docs | |
| parent | f90db5595c101d7613120cf2bf5d9d98e621aad9 (diff) | |
| download | cmd2-git-33951e80a4c0436624ec113988760d4a5b23a9f4.tar.gz | |
More things to make mypy happy.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index cd12f70a..08266991 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -183,4 +183,5 @@ nitpick_ignore = [ ('py:class', 'argparse._SubParsersAction'), ('py:class', '_T'), ('py:class', 'StdSim'), + ('py:class', 'frame'), ] |
