Skip to content

Commit cc7c165

Browse files
authored
fix: Remove unnecessary import in the TTIPlugin (#475)
1 parent d778bac commit cc7c165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plugins/event-plugins/TTIPlugin.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { TTIMetric, onTTI } from '../../time-to-interactive/TimeToInteractive';
22
import { TimeToInteractiveEvent } from '../../events/time-to-interactive-event';
33
import { TIME_TO_INTERACTIVE_EVENT_TYPE } from '../utils/constant';
4-
import { PluginContext } from 'plugins/types';
54
import { InternalPlugin } from '../InternalPlugin';
65

76
export const TTI_EVENT_PLUGIN_ID = 'time-to-interactive';
@@ -14,8 +13,6 @@ export class TTIPlugin extends InternalPlugin {
1413
this.fpsEnabled = fpsMeasurementEnabled;
1514
}
1615

17-
protected context!: PluginContext;
18-
1916
enable(): void {
2017
/* Nothing to do. */
2118
}

0 commit comments

Comments
 (0)