Skip to content

Commit

Permalink
Mr removing incidents report api call (#13)
Browse files Browse the repository at this point in the history
* feat: removing incidents api call

* feat: bumping cobli-libi
  • Loading branch information
matheus-reyes authored Apr 25, 2023
1 parent b58ae87 commit c28bf03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: 'Publish Release on GitHub'
command: |
VERSION=0.0.6
VERSION=0.0.7
ghr \
-t ${GITHUB_TOKEN} \
-u ${CIRCLE_PROJECT_USERNAME} \
Expand Down
Binary file modified requirements.txt
Binary file not shown.
1 change: 0 additions & 1 deletion src/generate_bi_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def generate_script(fleet_data: dict):
script_string += f'checklists = get_checklist_data({fleet_data})\n'
script_string += f'proofs_of_conclusion = get_pocs_data({fleet_data}, start_datetime, end_datetime)\n'
script_string += f'costs = get_costs_data({fleet_data}, start_datetime, end_datetime)\n'
script_string += f'incidents = get_incidents_data({fleet_data}, start_datetime, end_datetime)\n'
script_string += f'vehicle_performance = get_vehicle_performance_data({fleet_data}, start_datetime, end_datetime)\n'
script_string += f'driver_performance = get_driver_performance_data({fleet_data}, start_datetime, end_datetime)\n'

Expand Down

0 comments on commit c28bf03

Please sign in to comment.