Skip to content

Commit

Permalink
Update libnixf/src/Basic/diagnostic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored Aug 2, 2024
1 parent 908f900 commit 29c0eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnixf/src/Basic/diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Diagnostic(TypedDict):
{
"sname": "sema-escaping-with",
"cname": "EscapingWith",
"severity": "Warning",
"severity": "Hint",
"message": "this variable comes from the scope outside of the `with` expression",
},
]

0 comments on commit 29c0eb9

Please sign in to comment.