From 7d0ed1e4e6c1436aa2d373cd1d28417186ab428c Mon Sep 17 00:00:00 2001 From: Jae-Won Chung Date: Sun, 13 Oct 2024 20:16:51 -0400 Subject: [PATCH] [Fix] Remove redundant `pass` --- zeus/device/gpu/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zeus/device/gpu/common.py b/zeus/device/gpu/common.py index 11c2ebea..87a5c28a 100644 --- a/zeus/device/gpu/common.py +++ b/zeus/device/gpu/common.py @@ -230,7 +230,6 @@ def getSupportedGraphicsClocks( memory_clock_mhz: Memory clock frequency to use. Some GPUs have different supported graphics clocks depending on the memory clock. """ - pass return self.gpus[gpu_index].getSupportedGraphicsClocks(memory_clock_mhz) def setGpuLockedClocks(