Skip to content

Commit

Permalink
More deprecation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Jan 8, 2025
1 parent d6bed92 commit 1c43f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/science.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import "dart:convert";
import "dart:io";

import "package:burt_network/protobuf.dart";
import "package:protobuf/protobuf.dart" as proto;
import "package:burt_network/generated.dart";

/// A cleaner name for any message generated by Protobuf.
typedef Message = proto.GeneratedMessage;
Expand Down
2 changes: 1 addition & 1 deletion lib/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/// library should import any other library.
library data;

export "package:burt_network/generated.dart";
export "package:burt_network/protobuf.dart";

export "src/data/metrics/arm.dart";
export "src/data/metrics/drive.dart";
Expand Down

0 comments on commit 1c43f7c

Please sign in to comment.