aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
commitfabb86b78874a38619d821b315eaf9ce204e1afe (patch)
tree902f54f9989b2925f24aebc86c17d5f851d19605 /src/client/documents/Documents.ts
parent7157310f1b4d7a9f409c46f35c10c8db4a66b0af (diff)
"handle editing annotations in client, bypass authorization issues"
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index f1d4ec46c..529a25bd9 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -50,7 +50,6 @@ import { DashWebRTCVideo } from "../views/webcam/DashWebRTCVideo";
import { DocumentType } from "./DocumentTypes";
import { Networking } from "../Network";
import { Upload } from "../../server/SharedMediaTypes";
-import { Hypothesis } from "../apis/hypothesis/HypothesisApiUtils";
const path = require('path');
export interface DocumentOptions {