mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove trailing whitespace from Python files
This commit is contained in:
parent
1e33360c35
commit
89f0970a88
157 changed files with 562 additions and 562 deletions
|
@ -124,7 +124,7 @@ class VersionUpgrade44to45(VersionUpgrade):
|
|||
|
||||
def upgradePreferences(self, serialized: str, filename: str) -> Tuple[List[str], List[str]]:
|
||||
"""Upgrades Preferences to have the new version number.
|
||||
|
||||
|
||||
This renames the renamed settings in the list of visible settings.
|
||||
"""
|
||||
|
||||
|
@ -140,7 +140,7 @@ class VersionUpgrade44to45(VersionUpgrade):
|
|||
|
||||
def upgradeInstanceContainer(self, serialized: str, filename: str) -> Tuple[List[str], List[str]]:
|
||||
"""Upgrades instance containers to have the new version number.
|
||||
|
||||
|
||||
This renames the renamed settings in the containers.
|
||||
"""
|
||||
parser = configparser.ConfigParser(interpolation = None, comment_prefixes = ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue