aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Interfaces/ICommentRepository.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/ICommentRepository.cs')
-rw-r--r--src/Data/DevHive.Data/Interfaces/ICommentRepository.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/ICommentRepository.cs b/src/Data/DevHive.Data/Interfaces/ICommentRepository.cs
index f85849f..7b553ec 100644
--- a/src/Data/DevHive.Data/Interfaces/ICommentRepository.cs
+++ b/src/Data/DevHive.Data/Interfaces/ICommentRepository.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
{