Skip to content

Commit e4a6c02

Browse files
committed
style: remove unused imports
1 parent 054aa3f commit e4a6c02

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

commands/make/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { stubsRoot } from '../../stubs/main.ts'
11-
import { args, flags, BaseCommand } from '../../modules/ace/main.ts'
11+
import { args, BaseCommand } from '../../modules/ace/main.ts'
1212
import { type CommandOptions } from '../../types/ace.ts'
1313

1414
/**

tests/commands/make_transformer.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
*/
99

1010
import { test } from '@japa/runner'
11-
import { ListLoader } from '../../modules/ace/main.ts'
1211
import { AceFactory } from '../../factories/core/ace.ts'
1312
import { StubsFactory } from '../../factories/stubs.ts'
14-
import MakeEventCommand from '../../commands/make/event.ts'
15-
import MakeListenerCommand from '../../commands/make/listener.ts'
1613
import MakeTransformer from '../../commands/make/transformer.ts'
1714

1815
test.group('Make transformer', () => {

0 commit comments

Comments
 (0)