Skip to content

Commit

Permalink
refactor: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Aug 27, 2024
1 parent e332265 commit 30e1550
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using GalaxyBudsClient.Generated.Model.Attributes;

namespace GalaxyBudsClient.Message.Decoder;

[MessageDecoder(MsgIds.READ_WATER_DETECTION_HISTORY)]
internal class WaterDetectHistoryDecoder : BaseMessageDecoder
public class WaterDetectHistoryDecoder : BaseMessageDecoder
{
public List<(DateTime? Date, bool Detected)>? WaterDetectionHistory { get; }

Expand Down

0 comments on commit 30e1550

Please sign in to comment.