Clean code

Remove and sort usings
This commit is contained in:
2021-01-26 20:45:30 +01:00
parent 96ec0245b9
commit fbee4bd59d
4 changed files with 0 additions and 8 deletions

View File

@@ -1,10 +1,6 @@
using Akari.Provider.WaveshareUART.Users; using Akari.Provider.WaveshareUART.Users;
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading; using System.Threading;
using System.Threading.Tasks;
using WaveshareUARTFingerprintSensor; using WaveshareUARTFingerprintSensor;
namespace Akari.Provider.WaveshareUART namespace Akari.Provider.WaveshareUART

View File

@@ -1,7 +1,5 @@
using Akari.Provider.WaveshareUART.Users; using Akari.Provider.WaveshareUART.Users;
using NStack; using NStack;
using System;
using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Terminal.Gui; using Terminal.Gui;
using WaveshareUARTFingerprintSensor; using WaveshareUARTFingerprintSensor;

View File

@@ -1,5 +1,4 @@
using NStack; using NStack;
using System;
using Terminal.Gui; using Terminal.Gui;
namespace Akari.Provider.WaveshareUART.Views namespace Akari.Provider.WaveshareUART.Views

View File

@@ -1,5 +1,4 @@
using Akari.Provider.WaveshareUART.Users; using Akari.Provider.WaveshareUART.Users;
using System;
using System.IO; using System.IO;
using WaveshareUARTFingerprintSensor; using WaveshareUARTFingerprintSensor;