Skip to content

Commit 2311bde

Browse files
committed
fix lint
1 parent 9d4f53b commit 2311bde

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/notebooks/deepnote/integrations/integrationStorage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,3 @@ export class IntegrationStorage {
148148
await this.encryptedStorage.store(INTEGRATION_SERVICE_NAME, 'index', indexJson);
149149
}
150150
}
151-

src/notebooks/deepnote/integrations/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ export interface IIntegrationDetector {
2222
*/
2323
hasUnconfiguredIntegrations(projectId: string): Promise<boolean>;
2424
}
25-

0 commit comments

Comments
 (0)