From ff9e79ba3a3dd35c1a7edbd669cf78e082b2f7dc Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 4 Mar 2020 20:18:07 -0500 Subject: [PATCH] make style --- tests/test_doc_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_doc_samples.py b/tests/test_doc_samples.py index efed437d9d..9861b2b550 100644 --- a/tests/test_doc_samples.py +++ b/tests/test_doc_samples.py @@ -128,6 +128,6 @@ class TestCodeExamples(unittest.TestCase): "modeling_utils.py", "modeling_tf_t5.py", "modeling_bart.py", - "modeling_tf_utils.py" + "modeling_tf_utils.py", ] self.analyze_directory(transformers_directory, identifier=modeling_files, ignore_files=ignore_files)