mirror of https://github.com/AMT-Cheif/drift.git
Avoid empty import
This commit is contained in:
parent
20d9cdf0fd
commit
7a2c4e7f75
|
@ -36,8 +36,8 @@ library remote;
|
|||
import 'package:meta/meta.dart';
|
||||
import 'package:stream_channel/stream_channel.dart';
|
||||
|
||||
//import '' as self;
|
||||
import 'moor.dart';
|
||||
import 'remote.dart' as self;
|
||||
|
||||
import 'src/runtime/remote/client_impl.dart';
|
||||
import 'src/runtime/remote/communication.dart';
|
||||
|
|
Loading…
Reference in New Issue