Skip to content

Commit df8d49d

Browse files
committed
Run linters
1 parent 7c104c7 commit df8d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatcherd/service/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55
import signal
66
import time
7-
from typing import Any, Iterator, Literal, Optional
87
from collections import OrderedDict
8+
from typing import Any, Iterator, Literal, Optional
99

1010
from ..processors.blocker import Blocker
1111
from ..processors.queuer import Queuer

0 commit comments

Comments
 (0)