Skip to content

Commit e7df2d1

Browse files
committed
fix: reorder imports to follow alphabetical ordering
1 parent 60b0acc commit e7df2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { signingKeysCommand } from './commands/signing-keys/index.ts';
2323
import { transcriptionVocabulariesCommand } from './commands/transcription-vocabularies/index.ts';
2424
import { uploadsCommand } from './commands/uploads/index.ts';
2525
import { videoViewsCommand } from './commands/video-views/index.ts';
26-
import { checkForUpdate } from './lib/update-notifier.ts';
2726
import { setAgentMode } from './lib/context.ts';
27+
import { checkForUpdate } from './lib/update-notifier.ts';
2828

2929
const VERSION = pkg.version;
3030

0 commit comments

Comments
 (0)