Skip to content

Commit 3b52ee8

Browse files
Remove @preconcurrency import for Dispatch in PythonEnvironmentDiscovery and PythonEnvironmentProvisioner
1 parent e8c13b5 commit 3b52ee8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/MLXLoRAStudio/Services/PythonEnvironmentDiscovery.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
2-
@preconcurrency import Dispatch
2+
import Dispatch
33

44
/// Scans the host system for available Python interpreters — system binaries,
55
/// Homebrew, pyenv, uv, conda envs, and project venvs — and returns a deduplicated

Sources/MLXLoRAStudio/Services/PythonEnvironmentProvisioner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
2-
@preconcurrency import Dispatch
2+
import Dispatch
33

44
enum PythonProvisionerError: LocalizedError {
55
case commandFailed(exitCode: Int32, stderr: String)

0 commit comments

Comments
 (0)