From 0a9b23748a361a8ffb08d7fd9b1f24c0cc53b062 Mon Sep 17 00:00:00 2001 From: Kerry Donny-Clark Date: Fri, 6 Oct 2023 09:07:55 -0400 Subject: [PATCH] Go fmt and removes unwanted .python-version file. --- sdks/go/pkg/beam/options/resource/hint.go | 2 +- sdks/python/.python-version | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 sdks/python/.python-version 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