We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58191fa commit 20c0170Copy full SHA for 20c0170
src/genie/libs/parser/iosxe/show_ap.py
@@ -1,7 +1,7 @@
1
import re
2
3
from genie.metaparser import MetaParser
4
-from genie.metaparser.util.schemaengine import Any, Optional, Or
+from genie.metaparser.util.schemaengine import Any, Optional, Or, ListOf
5
6
7
# ====================
0 commit comments