Linter fixes and remove unnecessary dependency

This commit is contained in:
Bassem Dghaidi
2024-11-21 04:05:04 -08:00
committed by GitHub
parent 267841d7bd
commit e2028d43a2
4 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { promises as fs } from 'fs'
import {promises as fs} from 'fs'
import * as path from 'path'
import * as cacheUtils from '../src/internal/cacheUtils'