Skip to content

Commit

Permalink
Fix codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRyanIrish committed Dec 13, 2024
1 parent 022ace5 commit db18ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndcube/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class NDMetaABC(collections.abc.Mapping):

__ndcube_can_slice__: bool
__ndcube_can_rebin__: bool

@property
@abc.abstractmethod
def axes(self):
Expand Down

0 comments on commit db18ebb

Please sign in to comment.