Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mick <mick.niklas@gmail.com>
  • Loading branch information
dcherian and headtr1ck authored Oct 17, 2022
1 parent 6f88789 commit fdd1346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xarray/backends/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ class BackendEntrypoint:

available: ClassVar[bool] = True

open_dataset_parameters: tuple | None = None
description: str = ""
url: str = ""
open_dataset_parameters: ClassVar[tuple | None] = None
description: ClassVar[str] = ""
url: ClassVar[str] = ""

def __repr__(self) -> str:
txt = f"<{type(self).__name__}>"
Expand Down

0 comments on commit fdd1346

Please sign in to comment.