Skip to content

Commit 89882a2

Browse files
committed
Remove redundant using directive in C# template
1 parent 019afd6 commit 89882a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/cli/lib/type-generation/languages/csharp.js.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ using System;
5454
using System.Collections.Generic;
5555
using System.Linq;
5656
using System.Text.Json.Serialization;
57-
<% for (const attribute of collection.attributes) { -%>
58-
<% if (attribute.type === 'relationship') { -%>
59-
using Appwrite.Models;
60-
<% } -%>
61-
<% } %>
57+
6258
namespace Appwrite.Models
6359
{
6460
<% for (const attribute of collection.attributes) { -%>

0 commit comments

Comments
 (0)