From 69f4e89b3653b79ca1d8214270a16e920d3e27ed Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Tue, 4 Aug 2020 16:23:18 -0400 Subject: [PATCH] Remove unused import --- api/src/routes/items.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/routes/items.ts b/api/src/routes/items.ts index 48236da135..b072aa77f9 100644 --- a/api/src/routes/items.ts +++ b/api/src/routes/items.ts @@ -5,7 +5,6 @@ import sanitizeQuery from '../middleware/sanitize-query'; import collectionExists from '../middleware/collection-exists'; import * as MetaService from '../services/meta'; import { RouteNotFoundException } from '../exceptions'; -import { Accountability, PrimaryKey } from '../types'; const router = express.Router();