Skip to content

Commit 9945803

Browse files
committed
ci: Remove unused import
1 parent f274b71 commit 9945803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/illustrate-benchmark-reports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import assert from 'assert'
33
import console from 'console'
44
import { readdirSync, readFileSync, writeFileSync } from 'fs'
55
import process from 'process'
6-
import { Report, ReportUnit, assertReport } from './benchmark/report-files'
6+
import { Report, assertReport } from './benchmark/report-files'
77

88
const xmlHeader = '<?xml version="1.0" encoding="utf-8" ?>'
99
const xmlns = 'http://www.w3.org/2000/svg'

0 commit comments

Comments
 (0)