Skip to content

Commit fa6b7c7

Browse files
committed
Remove unused imports.
1 parent 932d4e3 commit fa6b7c7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Commands/Backup/CreateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Pantheon\Terminus\Commands\WorkflowProcessingTrait;
66
use Pantheon\Terminus\Models\Backup;
7-
use Pantheon\Terminus\Exceptions\TerminusStaSiteException;
87

98
/**
109
* Class CreateCommand.

src/Commands/Branch/ListCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Pantheon\Terminus\Commands\StructuredListTrait;
88
use Pantheon\Terminus\Site\SiteAwareInterface;
99
use Pantheon\Terminus\Site\SiteAwareTrait;
10-
use Pantheon\Terminus\Exceptions\TerminusEvcsSiteException;
1110

1211
/**
1312
* Class ListCommand

src/Commands/Connection/SetCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Pantheon\Terminus\Site\SiteAwareInterface;
88
use Pantheon\Terminus\Site\SiteAwareTrait;
99
use Pantheon\Terminus\Exceptions\TerminusException;
10-
use Pantheon\Terminus\Exceptions\TerminusEvcsSiteException;
1110

1211
/**
1312
* Class SetCommand.

0 commit comments

Comments
 (0)