Skip to content

Commit

Permalink
Addresses typing errors from #1829
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshashar committed Jul 31, 2023
1 parent c014b6a commit a0861e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/utils/markdown/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class MarkdownConfig:
'default', 'zero', 'commonmark', 'js-default', 'gfm-like'
] = 'commonmark'
#: Updated options against the preset
options_update: Optional[Mapping[str, Any]] = None
options_update: Optional[Mapping] = None
#: Allow only inline rules (skips all block rules)?
inline: bool = False

Expand Down

0 comments on commit a0861e1

Please sign in to comment.