Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
septatrix committed Feb 13, 2024
1 parent c30e5a9 commit aa67d81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mkosi/archive.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# SPDX-License-Identifier: LGPL-2.1+

import os
from collections.abc import Iterable
from collections.abc import Iterable, Sequence
from pathlib import Path
from typing import Optional, Sequence
from typing import Optional

from mkosi.config import __version__
from mkosi.log import log_step
from mkosi.run import find_binary, run
from mkosi.sandbox import SandboxProtocol, finalize_passwd_mounts, nosandbox
Expand Down

0 comments on commit aa67d81

Please sign in to comment.