Skip to content

Commit 9c16a78

Browse files
committed
fix linting
1 parent 96acae1 commit 9c16a78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/node/src/integrations/context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import type {
1212
CultureContext,
1313
DeviceContext,
1414
Event,
15-
Integration,
1615
IntegrationFn,
1716
OsContext,
1817
} from '@sentry/types';

packages/node/src/integrations/spotlight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as http from 'http';
22
import { URL } from 'url';
33
import { convertIntegrationFnToClass } from '@sentry/core';
4-
import type { Client, Envelope, Integration, IntegrationFn } from '@sentry/types';
4+
import type { Client, Envelope, IntegrationFn } from '@sentry/types';
55
import { logger, serializeEnvelope } from '@sentry/utils';
66

77
type SpotlightConnectionOptions = {

0 commit comments

Comments
 (0)