Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/DF-24-Notebook-DatalandA…
Browse files Browse the repository at this point in the history
…PI' into DF-29-provide-test-data"

This reverts commit eaaa88f, reversing
changes made to 06e633b.
  • Loading branch information
JonathanFrey2003 committed Nov 21, 2024
1 parent ba29a90 commit 972f2fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 246 deletions.
222 changes: 0 additions & 222 deletions notebooks/DF-24_Notebook-API.ipynb

This file was deleted.

5 changes: 0 additions & 5 deletions src/dataland_qa_lab/dataland/dataland_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ def eu_taxonomy_nf_api(self) -> dataland_backend.EutaxonomyNonFinancialsDataCont
"""Function to run the eu-taxonomy-non-financials-data-controller API."""
return dataland_backend.EutaxonomyNonFinancialsDataControllerApi(self.backend_client)

@property
def eu_taxonomy_nuclear_and_gas_api(self) -> dataland_backend.NuclearAndGasDataControllerApi:
"""Function to run the eu-taxonomy-nuclear-and-gas-data-controller API."""
return dataland_backend.NuclearAndGasDataControllerApi(self.backend_client)

@property
def documents_client(self) -> dataland_documents.ApiClient:
"""Retrieves the client for accessing the documents API."""
Expand Down
19 changes: 0 additions & 19 deletions src/dataland_qa_lab/dataland/get_data.py

This file was deleted.

0 comments on commit 972f2fc

Please sign in to comment.