Remove blank line at end

This commit is contained in:
Matthias 2019-08-16 16:01:30 +02:00
parent 132f28ad44
commit c9207bcc00
1 changed files with 0 additions and 1 deletions

View File

@ -388,4 +388,3 @@ class Configuration(object):
pairs_file = Path(config['datadir']) / "pairs.json"
if pairs_file.exists():
config['pairs'] = json_load(pairs_file)