Black run

This commit is contained in:
benoit 2022-07-11 15:16:19 +02:00
parent c8043cb482
commit 64d87d505e
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ class ClusterConfigHasChanged(PatroniResource):
self: "ClusterConfigHasChanged",
connection_info: ConnectionInfo,
config_hash: str, # Always contains the old hash
state_file: str, # Only used to update the hash in the state_file (when needed)
state_file: str, # Only used to update the hash in the state_file (when needed)
):
super().__init__(connection_info)
self.state_file = state_file

View file

@ -93,7 +93,7 @@ class NodeTLHasChanged(PatroniResource):
def __init__(
self: "NodeTLHasChanged",
connection_info: ConnectionInfo,
timeline: str, # Always contains the old timeline
timeline: str, # Always contains the old timeline
state_file: str, # Only used to update the timeline in the state_file (when needed)
) -> None:
super().__init__(connection_info)

View file

@ -29,7 +29,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta", # "Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta", # "Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: PostgreSQL License",
"Programming Language :: Python :: 3",