Skip to content

Commit

Permalink
Day03: Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
julemand101 committed Dec 3, 2024
1 parent eff0007 commit edccfd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/day03_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import 'dart:io';
import 'package:advent_of_code_2024/day03.dart';
import 'package:advent_of_code_2024/util.dart';
import 'package:test/test.dart';

final input = File('test/data/day03.txt').readAsStringSync();
Expand Down

0 comments on commit edccfd4

Please sign in to comment.