Skip to content
Snippets Groups Projects
Commit dabb73f6 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

clean up imports.

parent cfad417e
Branches
Tags
No related merge requests found
(ns metabase.api.card
(:require [clojure.data.json :as json]
[compojure.core :refer [GET POST DELETE PUT]]
(:require [compojure.core :refer [GET POST DELETE PUT]]
[korma.core :refer :all]
[medley.core :refer [mapply]]
[metabase.api.common :refer :all]
......@@ -10,8 +9,7 @@
[card-favorite :refer [CardFavorite]]
[common :as common]
[org :refer [Org]]
[user :refer [User]])
[metabase.util :as util]))
[user :refer [User]])))
(defannotation CardFilterOption
"Option must be one of `all`, `mine`, or `fav`."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment