We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9244866 commit 745780aCopy full SHA for 745780a
tests/authoring/Framework/MarkdownResultsAssertions.fs
@@ -1,3 +1,7 @@
1
+// Licensed to Elasticsearch B.V under one or more agreements.
2
+// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+// See the LICENSE file in the project root for more information
4
+
5
namespace authoring
6
7
open System.Diagnostics
tests/authoring/Framework/TestValues.fs
@@ -6,8 +6,6 @@ namespace authoring
open System
8
open System.IO.Abstractions
9
-open System.Threading
10
-open System.Threading.Tasks
11
open Elastic.Markdown
12
open Elastic.Markdown.Diagnostics
13
open Elastic.Markdown.IO
0 commit comments