Skip to content

Commit

Permalink
one noqa less
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert committed Jun 26, 2024
1 parent 3008fad commit d9bb171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supa/nrm/backends/surf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _get_topology(self) -> List[STP]:
ports: List[STP] = []
for nsi_stp_sub in self._get_nsi_stp_subscriptions():
nsi_stp_dm = get(
f"{self.backend_settings.base_url}/api/subscriptions/domain-model/{nsi_stp_sub['subscription_id']}", # noqa: E501
f"{self.backend_settings.base_url}/api/subscriptions/domain-model/{nsi_stp_sub['subscription_id']}",
headers={"Authorization": f"bearer {access_token}"},
)
if nsi_stp_dm.status_code != 200:
Expand Down

0 comments on commit d9bb171

Please sign in to comment.