mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix merge conflict
This commit is contained in:
parent
5ab1881a21
commit
91767cf81f
1 changed files with 0 additions and 4 deletions
|
@ -56,8 +56,4 @@ def getMetaData() -> Dict[str, Any]:
|
||||||
|
|
||||||
|
|
||||||
def register(app: "Application") -> Dict[str, Any]:
|
def register(app: "Application") -> Dict[str, Any]:
|
||||||
<<<<<<< HEAD
|
|
||||||
return {"version_upgrade": upgrade}
|
|
||||||
=======
|
|
||||||
return { "version_upgrade": upgrade }
|
return { "version_upgrade": upgrade }
|
||||||
>>>>>>> master
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue