From 8642ee9c3c6043b1d1e97e2e98536ceaf825d7ff Mon Sep 17 00:00:00 2001 From: Martin Huschenbett Date: Thu, 14 Nov 2024 06:53:15 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 696505864 --- learned_optimization/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learned_optimization/filesystem.py b/learned_optimization/filesystem.py index e781cbc..be3b96d 100644 --- a/learned_optimization/filesystem.py +++ b/learned_optimization/filesystem.py @@ -80,4 +80,4 @@ def remove(path: str) -> bool: """Remove a file.""" if _path_on_gcp(path): return tf.io.gfile.remove(path) - return shutil.rmtree(path) + return shutil.rmtree(path) # pytype: disable=bad-return-type