Skip to content

Commit

Permalink
Fix pyright issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Aug 7, 2024
1 parent c78953d commit 9461962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocs_towncrier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _generate_changelog_draft(version_string: str) -> str:
return response.stdout


class TowncrierPluginConfig(mkdocs.config.base.Config):
class TowncrierPluginConfig(mkdocs.config.Config):
hide_if_empty = c.Type(bool, default=True)


Expand Down

0 comments on commit 9461962

Please sign in to comment.