Skip to content

Commit

Permalink
Fix Linux-specific imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed May 27, 2024
1 parent ae08f0c commit adac330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeusd/src/devices/gpu/linux.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use nvml_wrapper::enums::device::GpuLockedClocksSetting;
use nvml_wrapper::error::{Device, Nvml};
use nvml_wrapper::{Device, Nvml};

use crate::devices::gpu::GpuManager;
use crate::error::ZeusdError;
Expand Down

0 comments on commit adac330

Please sign in to comment.