don't reraise

This commit is contained in:
Will McGugan 2022-12-24 09:45:37 +00:00
parent 987c6e66ab
commit e833da996e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ try:
except ImportError:
print("This example requires attrs library")
print("pip install attrs")
raise
raise SystemExit()
@attr.define