Remove unnecessary usings

This commit is contained in:
Cody 2024-09-25 15:13:06 -07:00 committed by GitHub
parent a4395b62ff
commit 28b6b03d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,4 @@
using System.Collections.Generic;
using Oqtane.Databases.Interfaces; using Oqtane.Databases.Interfaces;
using Oqtane.Interfaces;
namespace Oqtane.Repository.Databases.Interfaces namespace Oqtane.Repository.Databases.Interfaces
{ {