Clean code
Remove and sort usings
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using Akari.Provider.WaveshareUART.Users;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using WaveshareUARTFingerprintSensor;
|
||||
|
||||
namespace Akari.Provider.WaveshareUART
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Akari.Provider.WaveshareUART.Users;
|
||||
using NStack;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
using WaveshareUARTFingerprintSensor;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using NStack;
|
||||
using System;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace Akari.Provider.WaveshareUART.Views
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Akari.Provider.WaveshareUART.Users;
|
||||
using System;
|
||||
using System.IO;
|
||||
using WaveshareUARTFingerprintSensor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user