Skip to content

Commit

Permalink
Make pydocstyle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 2, 2024
1 parent 43098d0 commit 1b41ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikola/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
@dataclass(frozen=True)
class PluginCandidate:
"""A candidate plugin that was located but not yet loaded (imported)."""

name: str
description: Optional[str]
plugin_id: str
Expand All @@ -65,6 +66,7 @@ class PluginCandidate:
@dataclass(frozen=True)
class PluginInfo:
"""A plugin that was loaded (imported)."""

name: str
description: Optional[str]
plugin_id: str
Expand Down

0 comments on commit 1b41ab1

Please sign in to comment.