Skip to content

Commit

Permalink
dave - optimise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
david denton committed Apr 4, 2015
1 parent 562fa51 commit 2e0ce9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.twitter.finagle.http.{Request, Response}
import com.twitter.finagle.{Filter, Service, SimpleFilter}
import com.twitter.util.Future
import io.github.daviddenton.fintrospect.FintrospectModule._
import io.github.daviddenton.fintrospect.parameters.{Requirement, PathParameter}
import io.github.daviddenton.fintrospect.parameters.{PathParameter, Requirement}
import io.github.daviddenton.fintrospect.util.ArgoUtil.pretty
import org.jboss.netty.handler.codec.http.HttpMethod
import org.jboss.netty.handler.codec.http.HttpMethod.GET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package io.github.daviddenton.fintrospect.renderers

import java.util.UUID

import argo.jdom.{JsonNode, JsonRootNode}
import io.github.daviddenton.fintrospect._
import io.github.daviddenton.fintrospect.parameters.{Body, Parameter, Requirement}
Expand Down

0 comments on commit 2e0ce9b

Please sign in to comment.