Remove unused use statement (#687)

This commit is contained in:
Roman Kelesidis 2023-04-30 21:21:45 +07:00 committed by GitHub
commit 23c130594a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@
namespace TorrentPier; namespace TorrentPier;
use Exception; use Exception;
use TorrentPier\Helpers\IsHelper;
/** /**
* Class Ajax * Class Ajax