Skip to content

Commit 201b19b

Browse files
committed
Неиспользуемые импорты
1 parent 4eabe42 commit 201b19b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/OneScript.Web.Server/WebServer.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@ This Source Code Form is subject to the terms of the
77
using Microsoft.AspNetCore.Builder;
88
using Microsoft.AspNetCore.Hosting;
99
using Microsoft.AspNetCore.Http;
10-
using Microsoft.Extensions.DependencyInjection;
11-
using Microsoft.Extensions.Hosting;
1210
using OneScript.Contexts;
13-
using OneScript.StandardLibrary.Tasks;
1411
using OneScript.Types;
1512
using ScriptEngine.Machine;
1613
using ScriptEngine.Machine.Contexts;
1714
using System;
1815
using System.Collections.Generic;
19-
using System.Linq;
20-
using System.Reflection;
21-
using System.Reflection.Emit;
22-
using System.Threading;
2316
using System.Threading.Tasks;
24-
using static System.Net.Mime.MediaTypeNames;
2517
using ExecutionContext = ScriptEngine.Machine.ExecutionContext;
2618

2719
namespace OneScript.Web.Server

0 commit comments

Comments
 (0)