mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
Fix flutter analyze
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import 'package:gitjournal/utils/datetime.dart';
|
||||
import 'package:gitjournal/settings.dart';
|
||||
|
||||
import 'note.dart';
|
||||
import 'md_yaml_doc.dart';
|
||||
import 'note.dart';
|
||||
|
||||
abstract class NoteSerializerInterface {
|
||||
void encode(Note note, MdYamlDoc data);
|
||||
|
Reference in New Issue
Block a user