Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Jul 11, 2024
1 parent c9208b5 commit 9f745a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2024 Cisco Systems, Inc. and its affiliates
from ipaddress import IPv4Interface
import logging
from copy import deepcopy
from ipaddress import IPv4Interface
from typing import Dict, List, Optional, Union

from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, as_default, as_global
Expand Down

0 comments on commit 9f745a6

Please sign in to comment.