Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarius committed Oct 24, 2023
1 parent ef20982 commit fd845f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {Bucket, Organization} from '../../src/client'
import {FlagMap} from 'src/shared/actions/flags'
import {addTimestampToRecs, addStaggerTimestampToRecs, parseTime} from './Utils'
import 'cypress-file-upload'
import 'cypress-localstorage-commands'

const DEX_URL_VAR = 'dexUrl'

Expand Down

0 comments on commit fd845f8

Please sign in to comment.