Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Jan 26, 2024
1 parent d6a1c1b commit 1207d16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/auto-advancing-tasks.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Effect, pipe } from 'effect';
import { Effect } from 'effect';
import { it } from 'vitest';

import { Builder, IdGenerator, Service } from '../index.js';
Expand Down
1 change: 0 additions & 1 deletion src/state/StateImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Effect } from 'effect';
import { create } from 'mutative';

import { State } from '../State.js';
import { Workflow } from '../elements/Workflow.js';
import {
ConditionDoesNotExistInStore,
InvalidTaskStateTransition,
Expand Down

0 comments on commit 1207d16

Please sign in to comment.