[ticket/12479] Fix use statements in file_downloader

PHPBB-12479
This commit is contained in:
Marc Alexander 2024-07-23 21:06:48 +02:00
parent d844f82f56
commit 929013388f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -14,9 +14,8 @@
namespace phpbb; namespace phpbb;
use GuzzleHttp\Client; use GuzzleHttp\Client;
use GuzzleHttp\Exception\RequestException ; use GuzzleHttp\Exception\RequestException;
use phpbb\exception\runtime_exception; use phpbb\exception\runtime_exception;
use function Amp\Promise\rethrow;
class file_downloader class file_downloader
{ {