Skip to content

Commit 456d6e4

Browse files
committed
Add no cover temporarily
Signed-off-by: mulhern <[email protected]>
1 parent a85e95c commit 456d6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stratis_cli/_actions/_dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def make_dyn_class(name):
8787
if klass is not None:
8888
return klass
8989

90-
if purpose is Purpose.INVOKE:
90+
if purpose is Purpose.INVOKE: # pragma: no cover
9191
try:
9292
klass = make_class(
9393
name,

0 commit comments

Comments
 (0)