Skip to content

Commit

Permalink
remove stale imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mccraigmccraig committed Dec 9, 2023
1 parent 7d39b78 commit 37c3d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/object_chain_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import { assertEquals } from "assert"
import { Effect } from "effect"
import { chainTag } from "./chain_tag.ts"
import * as cons from "./cons.ts"
import { FxObjectStepSpec } from "./object_chain_steps.ts"
import {
objectChain, addFxStep, makeFxStep,
addPureStep, makePureStep,
objectChainFxFn, provideObjectChainServiceImpl
} from "./object_chain.ts"
import {
Org, OrgServiceI, getOrgByNick, User, getUserByIds, sendPush,
Org, getOrgByNick, User, getUserByIds, sendPush,
testServiceContext
} from "./test_services.ts"

Expand Down

0 comments on commit 37c3d3f

Please sign in to comment.