Skip to content

Commit

Permalink
Add no cover temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 4, 2023
1 parent a85e95c commit 456d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratis_cli/_actions/_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def make_dyn_class(name):
if klass is not None:
return klass

if purpose is Purpose.INVOKE:
if purpose is Purpose.INVOKE: # pragma: no cover
try:
klass = make_class(
name,
Expand Down

0 comments on commit 456d6e4

Please sign in to comment.