Skip to content

Commit

Permalink
Clean Clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLightSource-build-server committed May 12, 2024
1 parent 22d297f commit 88c7db3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dxtbx/command_line/any2nexus.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from dxtbx.format.nxmx_writer import run
from __future__ import annotations

import sys

from dxtbx.format.nxmx_writer import run

if __name__ == "__main__":
run(sys.argv[1:])

0 comments on commit 88c7db3

Please sign in to comment.