Skip to content

Commit

Permalink
Removed unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavin committed Nov 22, 2021
1 parent d9aac9e commit bdc1e93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/Telstra.Twins.Test/SerializationTests.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text.Json;
using System.Text.Json.Serialization;
using Azure.DigitalTwins.Core;
using Telstra.Twins.Attributes;
using Telstra.Twins.Core;
using Telstra.Twins.Models;
using Telstra.Twins.Services;
using Xunit;
using Xunit.Abstractions;
using FluentAssertions;

namespace Telstra.Twins.Test
{
Expand Down

0 comments on commit bdc1e93

Please sign in to comment.