Skip to content

Commit

Permalink
Unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Jul 15, 2019
1 parent e788e75 commit c371a8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Command/Archive/ArchiveImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
/** @var \Platformsh\Cli\Service\Filesystem $fs */
$fs = $this->getService('fs');

/** @var \Platformsh\Cli\Service\Shell $shell */
$shell = $this->getService('shell');

$environment = $this->getSelectedEnvironment();

$this->stdErr->writeln(sprintf(
Expand Down

0 comments on commit c371a8e

Please sign in to comment.