mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-30 04:39:45 +01:00
Codestyle fix
This commit is contained in:
parent
2b7916378f
commit
17b57d0600
@ -24,7 +24,6 @@
|
|||||||
namespace danog\TestAsyncOrm;
|
namespace danog\TestAsyncOrm;
|
||||||
|
|
||||||
use Amp\ByteStream\ReadableStream;
|
use Amp\ByteStream\ReadableStream;
|
||||||
use Amp\DeferredFuture;
|
|
||||||
use Amp\Mysql\MysqlConfig;
|
use Amp\Mysql\MysqlConfig;
|
||||||
use Amp\Postgres\PostgresConfig;
|
use Amp\Postgres\PostgresConfig;
|
||||||
use Amp\Process\Process;
|
use Amp\Process\Process;
|
||||||
@ -50,7 +49,6 @@ use danog\AsyncOrm\ValueType;
|
|||||||
use PHPUnit\Framework\Attributes\DataProvider;
|
use PHPUnit\Framework\Attributes\DataProvider;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use ReflectionProperty;
|
use ReflectionProperty;
|
||||||
use Revolt\EventLoop;
|
|
||||||
use WeakReference;
|
use WeakReference;
|
||||||
|
|
||||||
use function Amp\async;
|
use function Amp\async;
|
||||||
|
Loading…
Reference in New Issue
Block a user