From d7361f0774fd5555f4a9dd80faa03eb5d7123035 Mon Sep 17 00:00:00 2001 From: koray-eren Date: Thu, 14 Apr 2022 14:21:00 +1000 Subject: [PATCH] fix linter issue --- ts/components/SessionPasswordPrompt.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/components/SessionPasswordPrompt.tsx b/ts/components/SessionPasswordPrompt.tsx index 5c84f42b9..24b634117 100644 --- a/ts/components/SessionPasswordPrompt.tsx +++ b/ts/components/SessionPasswordPrompt.tsx @@ -7,7 +7,6 @@ import autoBind from 'auto-bind'; import { SessionButton, SessionButtonColor, SessionButtonType } from './basic/SessionButton'; import { Constants } from '../session'; import { SessionSpinner } from './basic/SessionSpinner'; -import { sleepFor } from '../session/utils/Promise'; interface State { error: string;