From 5152bfaf2874cbde24aa7e619da395257c1bc5b5 Mon Sep 17 00:00:00 2001 From: Roman Khristoforov Date: Tue, 20 Feb 2024 21:33:07 +0200 Subject: [PATCH] Update errors.py --- nncf/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nncf/errors.py b/nncf/errors.py index d507c3b6d79..5ddbc39be0a 100644 --- a/nncf/errors.py +++ b/nncf/errors.py @@ -7,7 +7,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. test class ValidationError(Exception):