We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3fb9b commit 88d67feCopy full SHA for 88d67fe
1 file changed
src/investir/exceptions.py
@@ -13,7 +13,7 @@ class FieldUnknownError(InvestirError):
13
skippable = True
14
15
def __init__(self, fields: Sequence[str]) -> None:
16
- super().__init__(f"Unknown fields found: {', '.join(fields)}'")
+ super().__init__(f"Unknown fields found: {', '.join(fields)}")
17
18
19
class ParseError(InvestirError):
0 commit comments