Skip to content

Commit 7c623ae

Browse files
authored
fix conflicts
1 parent c3226b0 commit 7c623ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

StabilityMatrix.Avalonia/Services/ModelImportService.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
using AsyncAwaitBestPractices;
66
using Avalonia.Controls.Notifications;
77
using Injectio.Attributes;
8-
<<<<<<< HEAD
9-
=======
108
using Python.Runtime;
119
using StabilityMatrix.Core.Extensions;
12-
>>>>>>> 894c1abe (Merge pull request #980 from ionite34/fix-model-overwrite)
1310
using StabilityMatrix.Core.Models;
1411
using StabilityMatrix.Core.Models.Api;
1512
using StabilityMatrix.Core.Models.FileInterfaces;
@@ -186,9 +183,6 @@ public async Task DoImport(
186183

187184
await trackedDownloadService.TryStartDownload(download);
188185
}
189-
<<<<<<< HEAD
190-
=======
191-
192186
public Task DoOpenModelDbImport(
193187
OpenModelDbKeyedModel model,
194188
OpenModelDbResource resource,
@@ -319,5 +313,4 @@ private string GenerateUniqueFileName(string folder, string fileName)
319313

320314
return newFileName;
321315
}
322-
>>>>>>> 894c1abe (Merge pull request #980 from ionite34/fix-model-overwrite)
323316
}

0 commit comments

Comments
 (0)