Add Missing Import

This commit is contained in:
Alex Russell 2023-04-08 11:23:52 -06:00
commit cf75947ab6
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
using Ombi.Helpers;
using Ombi.Helpers;
using Quartz;
using System;
namespace Ombi.Settings.Settings.Models
{

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;