Skip to content

Commit

Permalink
dev: Fix lint warnings on imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiffer committed Jan 22, 2024
1 parent d756921 commit 17178a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/plugins/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
const childProcess = require('child_process')
const fs = require('fs')
const path = require('path')
const util = require('util')

const util = require('util')
const { Client } = require('pg')
const yaml = require('js-yaml')

Expand Down

0 comments on commit 17178a3

Please sign in to comment.