Skip to content

Commit 4d1195d

Browse files
committed
fix flake8: remove Dict again
1 parent 4a80ea2 commit 4d1195d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libiocage/lib/Jail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import libiocage.lib.errors
1919
import libiocage.lib.helpers
2020

21-
from typing import Union, Optional, List, Tuple, Dict, Any
21+
from typing import Union, Optional, List, Tuple, Any
2222

2323

2424
class Jail:

0 commit comments

Comments
 (0)