aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Interfaces/IPostRepository.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/IPostRepository.cs')
-rw-r--r--src/Data/DevHive.Data/Interfaces/IPostRepository.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IPostRepository.cs b/src/Data/DevHive.Data/Interfaces/IPostRepository.cs
index 5a04aed..d40a487 100644
--- a/src/Data/DevHive.Data/Interfaces/IPostRepository.cs
+++ b/src/Data/DevHive.Data/Interfaces/IPostRepository.cs
@@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using DevHive.Data.Models;
-using DevHive.Data.Repositories.Interfaces;
namespace DevHive.Data.Interfaces
{