Skip to content

Commit

Permalink
Merge pull request #129054 from pohly/remove-import-name
Browse files Browse the repository at this point in the history
remove import doc comments

Kubernetes-commit: e8615e27125518f0ed0ba06244b7ecee21451bb0
  • Loading branch information
k8s-publishing-bot committed Dec 12, 2024
2 parents 46160de + 0cc9ad5 commit 10194c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package criapi // import "k8s.io/cri-api"
package criapi
2 changes: 1 addition & 1 deletion pkg/errors/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// Package errors provides helper functions for use by the kubelet
// to deal with CRI errors.
package errors // import "k8s.io/cri-api/pkg/errors"
package errors

0 comments on commit 10194c6

Please sign in to comment.