Completed
Branch master (1ffdac)
by Tyler
03:34
created
src/Bitly.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace LeadThread\Bitly;
4 4
 
5
+use GuzzleHttp\Client;
5 6
 use LeadThread\Bitly\Exceptions\BitlyAuthException;
6 7
 use LeadThread\Bitly\Exceptions\BitlyErrorException;
7 8
 use LeadThread\Bitly\Exceptions\BitlyRateLimitException;
8
-use GuzzleHttp\Client;
9 9
 
10 10
 class Bitly
11 11
 {
Please login to merge, or discard this patch.