Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Mar 29, 2024
1 parent 9160dd9 commit 1da9e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5pyd/_hl/objectid.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def rank(self):
@property
def layout(self):
layout = None

if 'layout' in self.obj_json:
layout = self.obj_json['layout']
else:
Expand Down

0 comments on commit 1da9e7f

Please sign in to comment.