Avoid empty import

This commit is contained in:
Simon Binder 2021-02-03 21:02:33 +01:00
parent 20d9cdf0fd
commit 7a2c4e7f75
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -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';