Skip to content

Commit

Permalink
Merge pull request #4670 from thabaum/remove-unnecessary-usings
Browse files Browse the repository at this point in the history
Fixes #4669 - Remove unnecessary usings in IMultiDatabase.cs
  • Loading branch information
sbwalker authored Sep 26, 2024
2 parents a4395b6 + 28b6b03 commit 09fa1e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Oqtane.Server/Databases/Interfaces/IMultiDatabase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections.Generic;
using Oqtane.Databases.Interfaces;
using Oqtane.Interfaces;

namespace Oqtane.Repository.Databases.Interfaces
{
Expand Down

0 comments on commit 09fa1e3

Please sign in to comment.