From 7517c12bfcb73f15e0a04770c00c49f54b219c40 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 22 Oct 2024 14:45:33 -0700 Subject: [PATCH] lint --- sdks/python/apache_beam/runners/worker/bundle_processor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/apache_beam/runners/worker/bundle_processor.py b/sdks/python/apache_beam/runners/worker/bundle_processor.py index f85f445481f9..89c137fe4366 100644 --- a/sdks/python/apache_beam/runners/worker/bundle_processor.py +++ b/sdks/python/apache_beam/runners/worker/bundle_processor.py @@ -45,6 +45,7 @@ from typing import Iterator from typing import List from typing import Mapping +from typing import MutableMapping from typing import Optional from typing import Set from typing import Tuple