Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed get_entrypoint import #28

Open
wants to merge 1 commit into
base: 5.0.x_dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed get_entrypoint import
loicguilmard authored Dec 7, 2024
commit 82a14ef00cbd9fabc09d0d34f0075516a767ec07
4 changes: 2 additions & 2 deletions src/pymodaq_gui/h5modules/utils.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
from typing import List, Dict
from pathlib import Path
from importlib import import_module
from ..daq_utils import get_entrypoints
from pymodaq_utils.utils import get_entrypoints

Check warning on line 12 in src/pymodaq_gui/h5modules/utils.py

Codecov / codecov/patch

src/pymodaq_gui/h5modules/utils.py#L12

Added line #L12 was not covered by tests

# 3rd party imports
import numpy as np
@@ -112,4 +112,4 @@


def verify_axis_data_uniformity():
pass
pass

Check warning on line 115 in src/pymodaq_gui/h5modules/utils.py

Codecov / codecov/patch

src/pymodaq_gui/h5modules/utils.py#L115

Added line #L115 was not covered by tests