Skip to content

Commit

Permalink
chore: drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ardelato committed Feb 12, 2024
1 parent df081cf commit e1ab5bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import BrowserRunner from "./BrowserRunner.js"
import LighthouseRunner from "./LighthouseRunner.js"
import Datadog from "./DatadogClient.js"
import {v1, v2} from '@datadog/datadog-api-client'
import fs from 'node:fs'
import os from 'node:os'
import type { Flags, Result, Config } from 'lighthouse'
import lhConfig from '@config/lh-config.js';
Expand Down

0 comments on commit e1ab5bd

Please sign in to comment.