Skip to content

Commit 43b525b

Browse files
Follow review recommendations
1 parent 9fce85f commit 43b525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nitrokey/trussed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def should_default_ccid() -> bool:
4444

4545

4646
def list(
47-
use_ccid: bool = should_default_ccid(), *, model: Optional[Model] = None, exclusive: bool = True
47+
*, use_ccid: bool = False, model: Optional[Model] = None, exclusive: bool = True
4848
) -> List[TrussedBase]:
4949
devices: List[TrussedBase] = []
5050

0 commit comments

Comments
 (0)