From 057e1d74733f52817dc05b673a340b4e3ebea08c Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 27 Mar 2023 13:17:14 -0400 Subject: [PATCH] Fix quality --- examples/run_on_remote.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/run_on_remote.py b/examples/run_on_remote.py index cb499c540b6..9d42ed845c9 100644 --- a/examples/run_on_remote.py +++ b/examples/run_on_remote.py @@ -16,8 +16,10 @@ import argparse import shlex + import runhouse as rh + if __name__ == "__main__": # Refer to https://runhouse-docs.readthedocs-hosted.com/en/main/rh_primitives/cluster.html#hardware-setup for cloud access # setup instructions, if using on-demand hardware