Skip to content

Commit 8377a72

Browse files
committed
fix flake8: remove Dict again
1 parent 541fca4 commit 8377a72

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
@@ -19,7 +19,7 @@
1919
import libiocage.lib.events
2020
import libiocage.lib.helpers
2121

22-
from typing import Union, Optional, List, Tuple, Dict, Any
22+
from typing import Union, Optional, List, Tuple, Any
2323

2424

2525
class JailGenerator:

0 commit comments

Comments
 (0)