mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻ rm static import
This commit is contained in:
parent
55bc2a8b16
commit
057badd08a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
using System.Threading.Tasks;
|
||||
using FilterLists.Archival.Application;
|
||||
using FilterLists.SharedKernel.Logging;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using static FilterLists.SharedKernel.Logging.HostRunner;
|
||||
|
||||
namespace FilterLists.Archival.Api
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue