diff --git a/sdks/go/pkg/beam/options/resource/hint.go b/sdks/go/pkg/beam/options/resource/hint.go index 58ce647a6fb1..983014ccf8c8 100644 --- a/sdks/go/pkg/beam/options/resource/hint.go +++ b/sdks/go/pkg/beam/options/resource/hint.go @@ -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))) -} \ No newline at end of file +} diff --git a/sdks/python/.python-version b/sdks/python/.python-version deleted file mode 100644 index 1281604a4911..000000000000 --- a/sdks/python/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.10.7