From 2415c13261bfe08569127dd68e38c8ea1f2bf19c Mon Sep 17 00:00:00 2001 From: Martin Huschenbett Date: Thu, 14 Nov 2024 09:45:50 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 696555766 --- 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