diff --git a/api-node/src/utils/drinking_water.ts b/api-node/src/utils/drinking_water.ts index d3309493..a11168af 100644 --- a/api-node/src/utils/drinking_water.ts +++ b/api-node/src/utils/drinking_water.ts @@ -1,7 +1,4 @@ -import { - type PrelevementResult, - ConformityEnum, -} from '~/types/api/drinking_water'; +import { ConformityEnum } from '~/types/api/drinking_water'; import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; dayjs.extend(utc);