Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Oct 22, 2024
1 parent 89ff369 commit 48c36f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/lib/src/sentry_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:async';
import 'dart:math';

import 'package:meta/meta.dart';
import 'package:sentry/src/type_check_hint.dart';
import 'type_check_hint.dart';

import 'client_reports/client_report_recorder.dart';
import 'client_reports/discard_reason.dart';
Expand Down

0 comments on commit 48c36f9

Please sign in to comment.