Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
removed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Feb 25, 2022
1 parent cb9425b commit 016a78f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/src/models/url_parser/url_parser.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import 'package:equatable/equatable.dart';
import 'package:meta/meta.dart';

import '../url_parse_exceptions.dart';

export 'custom_parser.dart';
export 'github_parser.dart';
export 'gitlab_parser.dart';
Expand Down
1 change: 0 additions & 1 deletion test/parser/url_parser_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:fl_business_card_core/fl_business_card_core.dart';
import 'package:fl_business_card_core/src/models/url_parse_exceptions.dart';
import 'package:test/test.dart';

const _tService = 'a';
Expand Down

0 comments on commit 016a78f

Please sign in to comment.