Skip to content

Commit b433d43

Browse files
committed
chore: fix nit for import organization
This will be caught automatically when we add import linting (#442)
1 parent 1fcb2e2 commit b433d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/program.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* @flow */
22
import path from 'path';
33
import {readFileSync} from 'fs';
4+
5+
import git from 'git-rev-sync';
46
import yargs from 'yargs';
57

68
import defaultCommands from './cmd';
@@ -10,8 +12,6 @@ import {createLogger, consoleStream as defaultLogStream} from './util/logger';
1012
const log = createLogger(__filename);
1113
const envPrefix = 'WEB_EXT';
1214

13-
import git from 'git-rev-sync';
14-
1515

1616
/*
1717
* The command line program.

0 commit comments

Comments
 (0)