Skip to content

Commit

Permalink
Go fmt and removes unwanted .python-version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrydc committed Oct 6, 2023
1 parent 0e6ef0e commit 0a9b237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/options/resource/hint.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ func (h CPUCountHint) MergeWithOuter(outer Hint) Hint {

func (h CPUCountHint) String() string {
return fmt.Sprintf("cpu_count=%v", humanize.Bytes(uint64(h.value)))
}
}
1 change: 0 additions & 1 deletion sdks/python/.python-version

This file was deleted.

0 comments on commit 0a9b237

Please sign in to comment.