Skip to content

Commit

Permalink
Remove redundant conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed May 22, 2024
1 parent b33da08 commit 8a57854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dxtbx/format/FormatNXmxDLS.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def _local_visit(name) -> Path | None:
return kfile
return None

master_like = Path(master_like)
with h5py.File(master_like) as f:
meta_filename = f.visit(_local_visit)

Expand Down

0 comments on commit 8a57854

Please sign in to comment.