From cbb9a5a7afe435466396afe5b215b16ca8aa751e Mon Sep 17 00:00:00 2001 From: benesjan Date: Tue, 4 Jun 2024 14:37:09 +0000 Subject: [PATCH] fmt fix --- yarn-project/pxe/src/synchronizer/synchronizer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/pxe/src/synchronizer/synchronizer.ts b/yarn-project/pxe/src/synchronizer/synchronizer.ts index 475d902531e0..ceccd37527d1 100644 --- a/yarn-project/pxe/src/synchronizer/synchronizer.ts +++ b/yarn-project/pxe/src/synchronizer/synchronizer.ts @@ -9,7 +9,6 @@ import { type KeyStore } from '@aztec/key-store'; import { type DeferredNoteDao } from '../database/deferred_note_dao.js'; import { type IncomingNoteDao } from '../database/incoming_note_dao.js'; import { type PxeDatabase } from '../database/index.js'; -import { type OutgoingNoteDao } from '../database/outgoing_note_dao.js'; import { NoteProcessor } from '../note_processor/index.js'; /**