Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 3, 2024
1 parent f013079 commit e30e27d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/utils/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
namespace pocketmine\utils;

use pocketmine\thread\Thread;
use pocketmine\thread\ThreadManager;
use function count;
use function exec;
use function fclose;
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/scheduler/AsyncPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
use function define;
use function dirname;
use function microtime;
use function sys_get_temp_dir;
use function usleep;

class AsyncPoolTest extends TestCase{
Expand Down

0 comments on commit e30e27d

Please sign in to comment.