Skip to content

Commit

Permalink
FIX: do not attempt to use Databroker v0 (XFM)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav authored and XFN Operator committed Oct 14, 2024
1 parent 0b6f68e commit 7da4d37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyxrf/db_config/xfm_db_config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import h5py

try:
from databroker.v0 import Broker
except ModuleNotFoundError:
from databroker import Broker
from databroker import Broker

import logging

Expand Down

0 comments on commit 7da4d37

Please sign in to comment.