beancount_types: Error.source is not Optional.
This commit is contained in:
parent
e429a6c6fd
commit
5608893816
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Directive(NamedTuple):
|
|||
|
||||
|
||||
class Error(NamedTuple):
|
||||
source: Optional[Mapping[MetaKey, MetaValue]]
|
||||
source: Mapping[MetaKey, MetaValue]
|
||||
message: str
|
||||
entry: Optional[Directive]
|
||||
|
||||
|
|
Loading…
Reference in a new issue