From 9024b19994197523bda6a31d2816c3c26ce2ae7f Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 27 Dec 2019 10:13:52 +0100 Subject: [PATCH] Auto-format (fixes previous commit). --- src/transformers/commands/serving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/commands/serving.py b/src/transformers/commands/serving.py index 1a44546c85..e05e4513fc 100644 --- a/src/transformers/commands/serving.py +++ b/src/transformers/commands/serving.py @@ -109,7 +109,7 @@ class ServeCommand(BaseTransformersCLICommand): if not _serve_dependancies_installed: raise RuntimeError( "Using serve command requires FastAPI and unicorn. " - "Please install transformers with [serving]: pip install \"transformers[serving]\"." + 'Please install transformers with [serving]: pip install "transformers[serving]".' "Or install FastAPI and unicorn separately." ) else: