Skip to content

Commit 4420b33

Browse files
authored
Merge pull request #37 from boesing/bugfix/json-schema-validation
Remove invalid import of unused interface
2 parents b35f569 + 94b5009 commit 4420b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import checkRequirements from './src/check-requirements.js';
55
import configGatherer from './src/config.js';
66
import createJobs from './src/create-jobs.js';
77
import {Validator} from "@cfworker/json-schema";
8-
import {OutputUnit} from "@cfworker/json-schema/src/types";
98

109
/**
1110
* Do early composer.json schema validation to avoid unnecessary ramp-ups of jobs which may fail

0 commit comments

Comments
 (0)