Skip to content

Commit

Permalink
Remove DO docs link import and reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Nov 8, 2024
1 parent 05a43cd commit a7d8ef0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests_unit/test_links.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import pytest
import requests

from _nebari.constants import AWS_ENV_DOCS, AZURE_ENV_DOCS, DO_ENV_DOCS, GCP_ENV_DOCS
from _nebari.constants import AWS_ENV_DOCS, AZURE_ENV_DOCS, GCP_ENV_DOCS

LINKS_TO_TEST = [
DO_ENV_DOCS,
AWS_ENV_DOCS,
GCP_ENV_DOCS,
AZURE_ENV_DOCS,
Expand Down

0 comments on commit a7d8ef0

Please sign in to comment.