We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8048 commit 373a860Copy full SHA for 373a860
1 file changed
flake8_async/visitors/visitor4xx.py
@@ -33,7 +33,7 @@ class Visitor4xx(Flake8AsyncVisitor):
33
34
error_codes: Mapping[str, str] = {
35
"ASYNC400": (
36
- "Accessing attribute {} on ExceptionGroup as if it was a bare Exception"
+ "Accessing attribute {} on ExceptionGroup as if it was a bare Exception."
37
)
38
}
39
0 commit comments