Skip to content

Commit e833717

Browse files
author
Steven Hartley
authored
Fix warning for unused ustatus.proto (#186)
Once I committed #173 I caused an issue with a warning that appears that ustatus proto is included in uattributes.proto even though it is not used so this issue will be used to remove the warning. #185
1 parent e9cb517 commit e833717

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

up-core-api/uprotocol/v1/uattributes.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package uprotocol.v1;
1717

1818
import "uprotocol/v1/uri.proto";
1919
import "uprotocol/v1/uuid.proto";
20-
import "uprotocol/v1/ustatus.proto";
2120
import "uprotocol/v1/ucode.proto";
2221
import "uprotocol/uoptions.proto";
2322

0 commit comments

Comments
 (0)