Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 27, 2024
1 parent 6e29e9d commit e752224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import warnings
from typing import Any, overload

import cdsapi.legacy_client
import cdsapi.abstract_legacy_client

from . import api_client, processing


class LegacyClient(cdsapi.legacy_client.LegacyClient): # type: ignore[misc]
class LegacyApiClient(cdsapi.abstract_legacy_client.AbstractLegacyClient): # type: ignore[misc]
@classmethod
def raise_not_implemented_error(self) -> None:
raise NotImplementedError(
Expand Down

0 comments on commit e752224

Please sign in to comment.