Skip to content

Commit

Permalink
Merge branch 'trs/dev/silence-mypy-complaint'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Oct 7, 2024
2 parents 953b4ac + 6e6e63f commit 23e1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextstrain/cli/rst/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def my_wrap(text: str, width: int = MAXWIDTH, **kwargs: Any) -> List[str]:
class TextWriter(writers.Writer):
supported = ('text',)
settings_spec = ('No options here.', '', ())
settings_defaults: Dict = {}
settings_defaults = {}

output: str = None

Expand Down

0 comments on commit 23e1a19

Please sign in to comment.