Skip to content

Commit

Permalink
Merge pull request #574 from poautran/fix_573
Browse files Browse the repository at this point in the history
removes _version
  • Loading branch information
kif authored Jul 2, 2024
2 parents 66d4721 + fa53130 commit b90e2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fabio/app/densify.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import numpy
from .. import eigerimage, limaimage, sparseimage
from ..openimage import openimage as fabio_open
from .._version import version as fabio_version
from .. import version as fabio_version
from ..utils.cli import ProgressBar, expand_args
from ..nexus import Nexus, h5py

Expand Down
2 changes: 1 addition & 1 deletion src/fabio/app/eiger2crysalis.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import shutil
from .. import esperantoimage, eigerimage, limaimage, sparseimage, xcaliburimage
from ..openimage import openimage as fabio_open
from .._version import version as fabio_version
from .. import version as fabio_version
from ..nexus import get_isotime
from ..utils.cli import ProgressBar, expand_args
import numpy
Expand Down

0 comments on commit b90e2fa

Please sign in to comment.