Skip to content

Commit

Permalink
chore: update type of location in validation error property
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Jan 15, 2025
1 parent a5b491d commit 8605a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libecalc/presentation/yaml/validation_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, message: Optional[str] = None, location: Optional[Location] =
self._message = message

@property
def location(self) -> Optional[str]:
def location(self) -> Optional[Location]:
return self._location

@property
Expand Down

0 comments on commit 8605a27

Please sign in to comment.