diff --git a/src/QUI/ERP/Accounting/Invoice/Factory.php b/src/QUI/ERP/Accounting/Invoice/Factory.php
index 49a03430153540a40245ef9e767b6f88a872d5b8..336682bc83eb88ad93a4e451d3fbe1d8a2214096 100644
--- a/src/QUI/ERP/Accounting/Invoice/Factory.php
+++ b/src/QUI/ERP/Accounting/Invoice/Factory.php
@@ -7,11 +7,8 @@
 namespace QUI\ERP\Accounting\Invoice;
 
 use QUI;
-
 use QUI\Database\Exception;
 
-use QUI\Interfaces\Users\User;
-
 use function json_encode;
 
 /**