Skip to content

Commit

Permalink
correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata committed Nov 26, 2024
1 parent b1fc051 commit a8fe38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ def num_total_processes(self) -> int:
_amd_gpu: bool
"""Whether or not the GPU is an AMD GPU."""

_directml: int
_directml: int | None
"""ID of the potential directml device."""

def __init__(
Expand Down

0 comments on commit a8fe38f

Please sign in to comment.