Skip to content

Commit

Permalink
fix(#59): Missing Nullable export
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Feb 16, 2022
1 parent 3bce943 commit bbce69f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:dio/dio.dart';
import 'package:dio_cache_interceptor/dio_cache_interceptor.dart';
import 'package:dio_cache_interceptor/src/model/nullable.dart';
import 'package:test/test.dart';

import 'mock_httpclient_adapter.dart';
Expand Down
1 change: 0 additions & 1 deletion dio_cache_interceptor/test/cache_interceptor_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:dio/dio.dart';
import 'package:dio_cache_interceptor/dio_cache_interceptor.dart';
import 'package:dio_cache_interceptor/src/model/nullable.dart';
import 'package:test/test.dart';

import 'mock_httpclient_adapter.dart';
Expand Down

0 comments on commit bbce69f

Please sign in to comment.