From 9161cb9bfa8e1f92dbc2d968d6b34d2af58a319d Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Mon, 9 May 2016 16:39:54 +0200 Subject: [PATCH] pep8. --- tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index 31888cd..7f3fd2d 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -74,7 +74,7 @@ class TestGetConfigDict(object): config_file_custom = home_dir / "some-new-file" config_file_custom.write("[diceware]\nnum=42\n") conf_dict = get_config_dict( - path_list = [str(config_file_custom), ]) + path_list=[str(config_file_custom), ]) assert conf_dict['num'] == 42 def test_get_config_dict_arg_defaults_dict(self, home_dir): -- GitLab