Skip to content

Commit

Permalink
update changelog and run
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe thomy committed Feb 1, 2025
1 parent 9cda4eb commit e3a258e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/prefect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ and this project adheres to
- Implement u12 workflow
- Implement u13 workflow

### Updated

- use Statique table instead of PointDeCharge table

[unreleased]: https://github.com/MTES-MCT/qualicharge/
6 changes: 6 additions & 0 deletions src/prefect/indicators/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
from .infrastructure.i4 import calculate as i4_calculate
from .infrastructure.i7 import calculate as i7_calculate
from .infrastructure.t1 import calculate as t1_calculate
from .usage.c1 import calculate as c1_calculate
from .usage.c2 import calculate as c2_calculate
from .usage.u5 import calculate as u5_calculate
from .usage.u6 import calculate as u6_calculate
from .usage.u9 import calculate as u9_calculate
from .usage.u10 import calculate as u10_calculate
from .usage.u11 import calculate as u11_calculate
from .usage.u12 import calculate as u12_calculate
from .usage.u13 import calculate as u13_calculate

0 comments on commit e3a258e

Please sign in to comment.