Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed May 23, 2024
1 parent 5d05abe commit 23211e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/antsibull_changelog/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def __init__(
) from exc

self.add_plugin_period = self.config.get("add_plugin_period", False)

self.changelog_nice_yaml = self.config.get("changelog_nice_yaml", False)

self._validate_config(ignore_is_other_project)
Expand Down Expand Up @@ -520,7 +520,7 @@ def store(self) -> None: # noqa: C901
"trivial_section_name": self.trivial_section_name,
"ignore_other_fragment_extensions": self.ignore_other_fragment_extensions,
"sanitize_changelog": self.sanitize_changelog,
"add_plugin_period": self.add_plugin_period,
"add_plugin_period": self.add_plugin_period,
"changelog_nice_yaml": self.changelog_nice_yaml,

}
Expand Down
1 change: 0 additions & 1 deletion src/antsibull_changelog/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import yaml


_SafeLoader: Any
_SafeDumper: Any
try:
Expand Down

0 comments on commit 23211e6

Please sign in to comment.