-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(taps): Add api costs hook (#704)
* Add api costs hook * Correct typing hints for older pythons * Rename api to sync Co-authored-by: Edgar R. M. <[email protected]> * Apply suggestions from code review Co-authored-by: Edgar R. M. <[email protected]> * Rename cost methods * Add sync costs calculation test * Use a single loop for logging costs Co-authored-by: Edgar R. M. <[email protected]> * Update tap_base.py * Add test for log_sync_costs Co-authored-by: Edgar R. M. <[email protected]> * Add missing import Co-authored-by: Edgar R. M. <[email protected]> Co-authored-by: Eric Boucher <[email protected]>
- Loading branch information
1 parent
3cdb614
commit f75e9d6
Showing
4 changed files
with
102 additions
and
0 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
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