Skip to content

Commit 97e41db

Browse files
committed
Remove non-existent Attributes reference
1 parent d3ac4b7 commit 97e41db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Functions/Client.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
using Newtonsoft.Json;
2-
using Supabase.Functions.Attributes;
32
using Supabase.Functions.Responses;
43
using System;
54
using System.Collections.Generic;
6-
using System.Diagnostics;
75
using System.Net.Http;
86
using System.Text;
9-
using System.Threading;
107
using System.Threading.Tasks;
118
using System.Web;
12-
using static Supabase.Functions.Client;
139

1410
namespace Supabase.Functions
1511
{

0 commit comments

Comments
 (0)