Remove unused imports
This commit is contained in:
parent
d8a0ddd9bc
commit
1695fdc833
2 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using DotNetty.Common;
|
|
||||||
|
|
||||||
namespace NucuCar.Domain.Services
|
namespace NucuCar.Domain.Services
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.Extensions.Hosting;
|
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using NucuCar.Domain.Telemetry;
|
|
||||||
using NucuCar.Sensors.Telemetry;
|
using NucuCar.Sensors.Telemetry;
|
||||||
using NucuCarSensorsProto;
|
|
||||||
|
|
||||||
namespace NucuCar.Sensors.EnvironmentSensor
|
namespace NucuCar.Sensors.EnvironmentSensor
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue