Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec authored and github-actions[bot] committed Oct 23, 2024
1 parent 6e1dfb0 commit 5d1730a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions backend/shared/src/helpers/user-contract-metrics.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { groupBy, uniq, uniqBy } from 'lodash'
import {
Contract,
DPM_CUTOFF_TIMESTAMP,
PROFIT_CUTOFF_TIME,
} from 'common/contract'
import { Bet } from 'common/bet'
import {
Expand Down
1 change: 0 additions & 1 deletion common/src/calculate-metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
Contract,
CPMMMultiContract,
CPMMMultiNumeric,
getAdjustedProfit,
} from './contract'
import { User } from './user'
import { computeFills } from './new-bet'
Expand Down

0 comments on commit 5d1730a

Please sign in to comment.