diff --git a/examples/attrs.py b/examples/attrs.py index 35746738..f87e9550 100644 --- a/examples/attrs.py +++ b/examples/attrs.py @@ -5,7 +5,7 @@ try: except ImportError: print("This example requires attrs library") print("pip install attrs") - raise + raise SystemExit() @attr.define