Skip to content

Commit aa67d81

Browse files
committed
Fix imports
1 parent c30e5a9 commit aa67d81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mkosi/archive.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# SPDX-License-Identifier: LGPL-2.1+
22

33
import os
4-
from collections.abc import Iterable
4+
from collections.abc import Iterable, Sequence
55
from pathlib import Path
6-
from typing import Optional, Sequence
6+
from typing import Optional
77

8-
from mkosi.config import __version__
98
from mkosi.log import log_step
109
from mkosi.run import find_binary, run
1110
from mkosi.sandbox import SandboxProtocol, finalize_passwd_mounts, nosandbox

0 commit comments

Comments
 (0)