Skip to content

Commit 55d6108

Browse files
committed
chore: remove unused import
1 parent 8725140 commit 55d6108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/src/services/checkly-config-loader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as path from 'path'
22
import fs from 'node:fs/promises'
3-
import { existsSync } from 'fs'
43
import { findPlaywrightConfigPath, getDefaultChecklyConfig, writeChecklyConfigFile } from './util'
54
import { CheckProps, RuntimeCheckProps } from '../constructs/check'
65
import { PlaywrightCheckProps } from '../constructs/playwright-check'

0 commit comments

Comments
 (0)