Skip to content

Commit 0ccf3a5

Browse files
committed
q-dev: remove unused import
1 parent 091596b commit 0ccf3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesadmin/devices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class is implemented by an extension.
3232
is :py:class:`str`.
3333
"""
3434
import itertools
35-
from typing import Optional, Iterable
35+
from typing import Iterable
3636

3737
import qubesadmin.exc
3838
from qubesadmin.device_protocol import (Port, DeviceInfo, UnknownDevice,

0 commit comments

Comments
 (0)