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