Skip to content

Commit

Permalink
addressing unused import and lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-bw committed Nov 15, 2024
1 parent 2bcb1c9 commit 47a2d25
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations;
using Bit.Core.AdminConsole.Entities;
using Bit.Core.Models.Business;

namespace Bit.Api.Billing.Public.Models;

Expand All @@ -18,7 +16,6 @@ public IEnumerable<ValidationResult> Validate(ValidationContext validationContex
yield return ValidationResult.Success;
}
}

public class PasswordManagerSubscriptionDetails
{
public int? Seats { get; set; }
Expand Down

0 comments on commit 47a2d25

Please sign in to comment.