Skip to content

Commit

Permalink
Removed useless import from Options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 16, 2017
1 parent 54b3bf6 commit 4c50a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/commands/Options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HTTPCodes, MethodCallArgs, WebDAVRequest } from '../WebDAVRequest'
import { HTTPCodes, MethodCallArgs } from '../WebDAVRequest'

export default function(arg : MethodCallArgs, callback)
{
Expand Down

0 comments on commit 4c50a08

Please sign in to comment.