Skip to content

Commit

Permalink
non optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Oct 3, 2022
1 parent 0610f11 commit 6b4969c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mati/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class VerificationDocument:
fields: Optional[dict] = None

@property
def errors(self) -> Optional[List[Errors]]:
def errors(self) -> List[Errors]:
if not self.steps:
return []
errors = [
Expand Down
2 changes: 1 addition & 1 deletion mati/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1.dev0' # pragma: no cover
__version__ = '2.0.1.dev1' # pragma: no cover

0 comments on commit 6b4969c

Please sign in to comment.