Skip to content

Commit

Permalink
fix(core): remove unused url import (#466)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Sep 23, 2021
1 parent bf150fe commit 0f1323f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Transform } from 'class-transformer'
import { Equals, IsString, ValidateIf, IsArray, IsOptional, validateOrReject } from 'class-validator'
import { parseUrl } from 'query-string'
import { URL } from 'url'

import { AgentMessage } from '../../../agent/AgentMessage'
import { AriesFrameworkError } from '../../../error'
Expand Down

0 comments on commit 0f1323f

Please sign in to comment.