diff options
Diffstat (limited to 'LibMatrix/Responses/ClientVersionsResponse.cs')
-rw-r--r-- | LibMatrix/Responses/ClientVersionsResponse.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LibMatrix/Responses/ClientVersionsResponse.cs b/LibMatrix/Responses/ClientVersionsResponse.cs index 7fac565..8e0a92a 100644 --- a/LibMatrix/Responses/ClientVersionsResponse.cs +++ b/LibMatrix/Responses/ClientVersionsResponse.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Text.Json.Serialization; namespace LibMatrix.Responses; |