Skip to content

Commit 4f33a49

Browse files
committed
pool.py: remove unused import
Signed-off-by: Damien Thenot <[email protected]>
1 parent 3c7a6ce commit 4f33a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import os
33
import traceback
4-
from typing import Any, Dict, Optional, cast
4+
from typing import Any, Dict, Optional
55

66
from packaging import version
77

0 commit comments

Comments
 (0)