Skip to content

Commit 49f31cf

Browse files
authored
fix: linter error (#107)
Closes #106
1 parent fd5a4a2 commit 49f31cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- linter error
13+
1014
## [1.4.1] - 2022-09-10
1115

1216
### Fixed

test/json_cache_try_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:flutter_test/flutter_test.dart';
22
import 'package:json_cache/json_cache.dart';
3-
import 'package:json_cache/src/json_cache_try.dart';
43
import 'package:mocktail/mocktail.dart';
54

65
class JsonCacheMock extends Mock implements JsonCache {}

0 commit comments

Comments
 (0)