Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Sep 10, 2024
1 parent ce24984 commit a7ce233
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/utils/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*/

import { BASE_PATH, IM_API } from "./constants";
const fs = require("fs");
const path = require("path");

export const ADMIN_AUTH = {
username: Cypress.env("username"),
Expand Down

0 comments on commit a7ce233

Please sign in to comment.