Skip to content

Commit

Permalink
Add InvalidTypecast()
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 26, 2023
1 parent 82988be commit 1c5966e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ciscoconfparse/ccp_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import inspect
import re

from ciscoconfparse.errors import InvalidTypecast
from ciscoconfparse.ccp_util import junos_unsupported
from loguru import logger

Expand Down

0 comments on commit 1c5966e

Please sign in to comment.