diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-28 21:27:38 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-28 21:27:38 -0700 |
| commit | fabb86b78874a38619d821b315eaf9ce204e1afe (patch) | |
| tree | 902f54f9989b2925f24aebc86c17d5f851d19605 /src/client/documents/Documents.ts | |
| parent | 7157310f1b4d7a9f409c46f35c10c8db4a66b0af (diff) | |
"handle editing annotations in client, bypass authorization issues"
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
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 { |
