Skip to content

Commit

Permalink
q-dev: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 14, 2024
1 parent 091596b commit 0ccf3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class is implemented by an extension.
is :py:class:`str`.
"""
import itertools
from typing import Optional, Iterable
from typing import Iterable

import qubesadmin.exc
from qubesadmin.device_protocol import (Port, DeviceInfo, UnknownDevice,
Expand Down

0 comments on commit 0ccf3a5

Please sign in to comment.