Skip to content

Commit

Permalink
remove unused Log import to fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Nov 10, 2023
1 parent cd3a62e commit 5e31a9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eas-cli/src/commands/channel/rollout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Flags } from '@oclif/core';

import EasCommand from '../../commandUtils/EasCommand';
import { EasNonInteractiveAndJsonFlags } from '../../commandUtils/flags';
import Log from '../../log';
import { NonInteractiveOptions as CreateRolloutNonInteractiveOptions } from '../../rollout/actions/CreateRollout';
import { NonInteractiveOptions as EditRolloutNonInteractiveOptions } from '../../rollout/actions/EditRollout';
import {
Expand Down

0 comments on commit 5e31a9d

Please sign in to comment.