Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Jan 27, 2022
1 parent ccdfbcb commit 1bb7718
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions panos/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2094,11 +2094,6 @@ def hierarchy_info(self):
from panos.panorama import Template
from panos.panorama import TemplateStack

ans = {
"configurations": [],
"valid": False,
}

classes = panos.object_classes()
configs = [
[self.__class__,],
Expand Down

0 comments on commit 1bb7718

Please sign in to comment.