Skip to content

Commit

Permalink
fix(handlers): remove unnecessary pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Dec 24, 2023
1 parent 1d3dd4f commit c89d910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unblob/handlers/filesystem/yaffs.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ def get_entry(self, object_id: int) -> Optional[YAFFSEntry]:
"Can't find entry within the YAFFS tree, something's wrong.",
object_id=object_id,
)
pass
return None

def resolve_path(self, entry: YAFFSEntry) -> Path:
Expand Down

0 comments on commit c89d910

Please sign in to comment.