SIGN IN SIGN UP

fix: remove unused imports in doctor checks modules (#208)

* fix: remove unused imports in doctor checks modules

* fix: gate doctor check imports with cfg(target_os = "linux")

Imports are used only inside Linux-only code blocks; restoring them
behind cfg attributes keeps macOS warning-free while making Linux CI
compile. Fixes the regression introduced when the imports were
removed outright.
J
Jeongkyu Shin committed
9a814b305aa0ee531010a216ed434cae0b3ce5b4
Parent: 9419c9b
Committed by GitHub <noreply@github.com> on 4/30/2026, 7:59:22 PM