Skip to content

Commit

Permalink
unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Feb 27, 2025
1 parent ad3fb54 commit 9bf31bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activestorage/active.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ def __load_nc_file(self):
self.filename = self.uri
self.ds = nc[ncvar]

return self.ds

def __get_missing_attributes(self):
if self.ds is None:
self.__load_nc_file()
Expand Down

0 comments on commit 9bf31bd

Please sign in to comment.