-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
085a8ba
commit 290e2af
Showing
8 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ test-js-update: | |
test-py: | ||
uv run pytest | ||
|
||
test: test-js test-py | ||
test: test-py test-js | ||
|
||
## Utils | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Copyright 2021-2022 Martin Blais <[email protected]> and beangrow contributors | ||
# Copyright 2024 Andreas Gerstmayr <[email protected]> | ||
# Copyright 2025 Andreas Gerstmayr <[email protected]> | ||
# | ||
# The following code is a derivative work of the code from the beangrow project, | ||
# which is licensed GPLv2. This code therefore is also licensed under the terms | ||
|
@@ -151,7 +151,6 @@ def api_config(self): | |
return { | ||
"investments": self.portfolio.investment_groups, | ||
"operatingCurrencies": operating_currencies, | ||
"dateRange": g.filtered.date_range, | ||
} | ||
|
||
@extension_endpoint("allocation") # type: ignore | ||
|