Skip to content

Commit bebd055

Browse files
committed
prune comments
1 parent f26a5d2 commit bebd055

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

netfoundry/network_group.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def create_network(self, name: str, network_group_id: str = None, location: str
159159
:param version: optional product version string like 7.3.17
160160
:param size: optional network configuration metadata name from /core/v2/network-configs e.g. "medium"
161161
"""
162-
# my_nc_data_centers_by_location = self.nc_data_centers_by_location()
163-
# if not my_nc_data_centers_by_location.get(location):
164-
# raise RuntimeError(f"unexpected network location '{location}'. Valid locations include: {', '.join(my_nc_data_centers_by_location.keys())}.")
165162

166163
# map incongruent api keys from kwargs to function params ("name", "size" are congruent)
167164
for param, value in kwargs.items():

0 commit comments

Comments
 (0)