Skip to content

Commit

Permalink
refactor: Remove compliance prediction files and move others
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Aug 28, 2024
1 parent b823657 commit ebf5701
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
stages: [commit]
- id: lint-check
name: Linting (ruff)
entry: ruff check
entry: ruff check --fix
language: system
types: [python]
stages: [commit]
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import APIRouter, Depends
from fastapi_versioning import version
from main import custom_logger, setup_trace
from pcpapillon.core.compliance.compliance_model import (
from pcpapillon.core.compliance_model import (
ComplianceModel,
)
from pcpapillon.utils.data_model import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import APIRouter, Depends
from fastapi_versioning import version
from main import custom_logger, setup_trace
from pcpapillon.core.offer_categorisation.offer_categorisation_model import (
from pcpapillon.core.offer_categorisation_model import (
OfferCategorisationModel,
)
from pcpapillon.utils.data_model import (
Expand Down

0 comments on commit ebf5701

Please sign in to comment.