mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
removed additional namespace
This commit is contained in:
parent
f9cbf18233
commit
3ea9be94aa
3 changed files with 71 additions and 78 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using Microsoft.Owin.Hosting;
|
||||
|
||||
using Mono.Data.Sqlite;
|
||||
|
@ -8,7 +7,7 @@ using RequestPlex.Core;
|
|||
using RequestPlex.Core.SettingModels;
|
||||
using RequestPlex.Helpers;
|
||||
using RequestPlex.Store;
|
||||
using RequestPlex.Store.Repository.NZBDash.DataAccessLayer.Repository;
|
||||
using RequestPlex.Store.Repository;
|
||||
|
||||
namespace RequestPlex.UI
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue