Skip to content

Commit 373a860

Browse files
committed
add period at the end of error message
1 parent e9b8048 commit 373a860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake8_async/visitors/visitor4xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Visitor4xx(Flake8AsyncVisitor):
3333

3434
error_codes: Mapping[str, str] = {
3535
"ASYNC400": (
36-
"Accessing attribute {} on ExceptionGroup as if it was a bare Exception"
36+
"Accessing attribute {} on ExceptionGroup as if it was a bare Exception."
3737
)
3838
}
3939

0 commit comments

Comments
 (0)