aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/IRatingRepository.cs')
-rw-r--r--src/Data/DevHive.Data/Interfaces/IRatingRepository.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs b/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
index db37d00..4840c59 100644
--- a/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
+++ b/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
@@ -2,8 +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
{
public interface IRatingRepository : IRepository<Rating>