Skip to content

Commit

Permalink
fix: remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 24, 2024
1 parent 7b50dba commit fb583cf
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 @@ -8,7 +8,7 @@
import random
import sys
import time
from asyncio import CancelledError, Task, TimeoutError
from asyncio import CancelledError, Task
from asyncio import Lock as Lock_Asyncio
from collections import deque
from collections.abc import Mapping
Expand Down

0 comments on commit fb583cf

Please sign in to comment.