From cf209f69f9d6bd7d7b08c0a3e28c638ae7f18d96 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 10:26:01 -0500 Subject: [PATCH] Remove blank line --- ciscoconfparse/ccp_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ciscoconfparse/ccp_util.py b/ciscoconfparse/ccp_util.py index 881e171c..b42f98e3 100644 --- a/ciscoconfparse/ccp_util.py +++ b/ciscoconfparse/ccp_util.py @@ -1473,7 +1473,6 @@ def version(self): """Returns the IP version of the object as an integer. i.e. 4""" return 4 - # do NOT wrap with @logger.catch(...) # On IPv4Obj() @property