fix flake8 complaints

This commit is contained in:
benoit 2022-02-07 15:13:13 +01:00
parent aa1de928d3
commit 9735be6904
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -7,7 +7,6 @@ from check_patroni.cli import main
from tools import my_mock, here
def test_cluster_config_has_changed_params(mocker: MockerFixture) -> None:
runner = CliRunner()