ci: Remove unused uuid parser

This commit is contained in:
aSeyfarth 2023-11-09 18:05:41 +01:00
parent 808f56e011
commit 6f64dc45d2

View file

@ -1,4 +1,4 @@
import { parse as uuidParse, validate as uuidValidate, version as uuidVersion } from 'uuid';
import { validate as uuidValidate, version as uuidVersion } from 'uuid';
export { normalizeUUID, UUID2HEX, getVersion };