This commit fixes leftover merge noise in gcloud/metadata_preproc.py by dropping unused imports and keeping only the symbols the module actually relies on. The code change is small, but it helps reduce ambiguity in the preprocessing path and makes the file easier to maintain after repeated merge fixes. Practical effect: no new behavior, just a cleaner and less error-prone module.

Cleaned up a bad merge in metadata preprocessing by removing unused imports that could cause confusion in the text pipeline. - zhengqunkoo/tweet-prediction