Code style: Spaces around binary operators

This commit is contained in:
Ghostkeeper 2019-12-23 15:55:09 +01:00
parent 71a10a262a
commit 824dd59e76
No known key found for this signature in database
GPG key ID: 37E2020986774393
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ class VersionUpgrade44to45(VersionUpgrade):
#
# This renames the renamed settings in the containers.
def upgradeInstanceContainer(self, serialized: str, filename: str) -> Tuple[List[str], List[str]]:
parser = configparser.ConfigParser(interpolation = None, comment_prefixes=())
parser = configparser.ConfigParser(interpolation = None, comment_prefixes = ())
parser.read_string(serialized)
# Update version number.