Skip to content

Commit

Permalink
Fix linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 16, 2024
1 parent d2e92c3 commit a27a422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/helpers/logs/widgets.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'dart:async';
import 'dart:convert';
// TODO(JonasWanke): Remove the import when upgrading Flutter
// ignore: unnecessary_import
import 'dart:ui';

import 'package:black_hole_flutter/black_hole_flutter.dart';
Expand Down

0 comments on commit a27a422

Please sign in to comment.