Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 14, 2024
1 parent 7cf7aae commit 8efc12f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugins/wiggle/src/getQuantitativeStats.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { autorun } from 'mobx'
import { addDisposer, isAlive } from 'mobx-state-tree'
import { isAlive } from 'mobx-state-tree'
// jbrowse
import {
isAbortException,
getSession,
getContainingView,
} from '@jbrowse/core/util'
import { getSession, getContainingView } from '@jbrowse/core/util'
import { QuantitativeStats } from '@jbrowse/core/util/stats'
import { getRpcSessionId } from '@jbrowse/core/util/tracks'
import { LinearGenomeViewModel } from '@jbrowse/plugin-linear-genome-view'
Expand Down

0 comments on commit 8efc12f

Please sign in to comment.