Skip to content

Commit

Permalink
Ignore lint: avoid_classes_with_only_static_members (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored May 1, 2024
1 parent bf977cc commit e93eec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discoveryapis_commons/lib/src/requests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Media {
}
}

// ignore: avoid_classes_with_only_static_members
/// Represents options for uploading a [Media].
class UploadOptions {
/// Use either simple uploads (only media) or multipart for media+metadata
Expand Down

0 comments on commit e93eec4

Please sign in to comment.