Skip to content

Commit efae1b4

Browse files
authored
ruff fix
1 parent 259427b commit efae1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libkernelbot/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ async def handle_submission(
269269
return result
270270

271271
def _get_arch(self, gpu_type: GPU):
272-
return GPU_TO_SM[gpu_type.name]
272+
return GPU_TO_SM[gpu_type.name]

0 commit comments

Comments
 (0)