Skip to content

Commit

Permalink
fix(openai_dart): Fix static analysis warning (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Nov 2, 2023
1 parent af7ee82 commit 3fe9157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openai_dart/lib/src/generated/client.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// coverage:ignore-file
// GENERATED CODE - DO NOT MODIFY BY HAND
// ignore_for_file: type=lint
// ignore_for_file: invalid_annotation_target
// ignore_for_file: invalid_annotation_target, unused_import

import 'dart:io' as io;
import 'dart:convert';
Expand Down

0 comments on commit 3fe9157

Please sign in to comment.