Skip to content

Commit 8518c5d

Browse files
committed
lint
1 parent d7baa07 commit 8518c5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/python/apache_beam/transforms/util_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ class GroupByEncryptedKeyTest(unittest.TestCase):
320320
def setUpClass(cls):
321321
if secretmanager is not None:
322322
cls.project_id = 'apache-beam-testing'
323-
py_version = f'_py{sys.version_info.major}{sys.version_info.minor}'
324323
cls.secret_id = 'gbek_util_secret_tests'
325324
cls.client = secretmanager.SecretManagerServiceClient()
326325
cls.project_path = f'projects/{cls.project_id}'

0 commit comments

Comments
 (0)