Skip to content

Commit 317623c

Browse files
committed
lint fix
1 parent 07a8521 commit 317623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/umzug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import emittery from 'emittery'
2-
import {glob} from 'tinyglobby'
32
import * as fs from 'fs'
43
import * as path from 'path'
54
import * as errorCause from 'pony-cause'
5+
import {glob} from 'tinyglobby'
66
import {pathToFileURL} from 'url'
77
import type {CommandLineParserOptions} from './cli'
88
import {UmzugCLI} from './cli'

0 commit comments

Comments
 (0)