From 1271589bc4d0242a22439a99c2ada7a06849b7a8 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Mon, 6 Dec 2021 15:34:03 -0800 Subject: [PATCH] Fix class NoFile: comment --- sarif_cli/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sarif_cli/__init__.py b/sarif_cli/__init__.py index 70cd3b3..b31d887 100644 --- a/sarif_cli/__init__.py +++ b/sarif_cli/__init__.py @@ -14,8 +14,7 @@ class WholeFile: """ class NoFile: - """ Special case handling: use this class for non-existent regions where the - whole file is to be used. + """ Special case handling: use this class when no file is available. """ def is_sarif_struct(struct):