Skip to content

Commit

Permalink
plusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Apr 1, 2024
1 parent 62bc34c commit 3875cb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api-node/src/utils/drinking_water.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 3875cb1

Please sign in to comment.