diff --git a/ciscoconfparse/ccp_util.py b/ciscoconfparse/ccp_util.py index 49c575df..70a079b5 100644 --- a/ciscoconfparse/ccp_util.py +++ b/ciscoconfparse/ccp_util.py @@ -3586,6 +3586,9 @@ def compressed_str(self): return retval +############################################################################## +# Restore SonarCloud warnings in this file +############################################################################## #pragma warning restore S1192 #pragma warning restore S1313 #pragma warning restore S6395