Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jul 4, 2024
1 parent 7c2519b commit 38abfbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linodecli/baked/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def _get_api_url_components(
url_server = (
operation.servers[0].url
if operation.servers
# pylint: disable-next=protected-access
else operation._root.servers[0].url
)

Expand Down

0 comments on commit 38abfbb

Please sign in to comment.