Skip to content

Commit

Permalink
Fix incorrect imports
Browse files Browse the repository at this point in the history
  • Loading branch information
slahtine committed Oct 10, 2024
1 parent 6c16c28 commit afb2eb3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/network_slices.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@

import asyncio
import time
from integration_tests.test_slice import Apps, DeviceIpv4Addr, TrafficCategories
import network_as_code as nac

from network_as_code.models.slice import (
Point,
AreaOfService,
NetworkIdentifier,
SliceInfo,
Throughput
Throughput,
TrafficCategories,
Apps
)

from network_as_code.models.device import (
DeviceIpv4Addr
)

SDK_TOKEN = "<YOUR-API-KEY>"
Expand Down

0 comments on commit afb2eb3

Please sign in to comment.