Skip to content

Commit

Permalink
fix linter findings
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaeck committed Jul 1, 2024
1 parent 8d83549 commit 25fcd36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/t2iapi/device/device_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package t2iapi.device;

import "t2iapi/basic_responses.proto";
import "t2iapi/biceps/metadata.proto";
import "t2iapi/device/types.proto";

option java_package = "com.draeger.medical.t2iapi.device";
option java_outer_classname = "DeviceResponses";
Expand Down
1 change: 0 additions & 1 deletion src/t2iapi/device/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ syntax = "proto3";

package t2iapi.device;

import "t2iapi/biceps/localizedtext.proto";
import "google/protobuf/wrappers.proto";

option java_package = "com.draeger.medical.t2iapi.device";
Expand Down

0 comments on commit 25fcd36

Please sign in to comment.