Skip to content

Commit 16a9902

Browse files
committed
chore: satisfy biome import order
1 parent aad1887 commit 16a9902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/commands/BaseCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import 'dotenv/config'
12
import process from 'node:process'
23
import { Command, Option } from 'clipanion'
3-
import 'dotenv/config'
44
import { Transloadit as TransloaditClient } from '../../Transloadit.ts'
5+
import { getEnvCredentials } from '../helpers.ts'
56
import type { IOutputCtl } from '../OutputCtl.ts'
67
import OutputCtl, { LOG_LEVEL_DEFAULT, LOG_LEVEL_NAMES, parseLogLevel } from '../OutputCtl.ts'
7-
import { getEnvCredentials } from '../helpers.ts'
88

99
export abstract class BaseCommand extends Command {
1010
logLevelOption = Option.String('-l,--log-level', {

0 commit comments

Comments
 (0)