mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Code style: Spaces around binary operators
This commit is contained in:
parent
71a10a262a
commit
824dd59e76
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue