Skip to content

Commit

Permalink
Fixed more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 15, 2023
1 parent 5ab85c0 commit 54836a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
# Setup PyQt5 deps and headless X server as per pyvista/setup-headless-display-action@v1
libraries: '^libxcb.*-dev libxkbcommon-x11-dev libgl1-mesa-glx libopenblas-dev libhdf5-dev xvfb'
test_extras: 'test,qt'
test_command: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & sleep 3; DISPLAY=:99.0 pytest --pyargs glue
test_command: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & sleep 3; DISPLAY=:99.0 pytest --pyargs glue_qt
secrets:
pypi_token: ${{ secrets.pypi_token }}
4 changes: 2 additions & 2 deletions glue_qt/qglue.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def kg2lb(kg):
:returns: A :class:`~glue_qt.app.application.GlueApplication` object
"""
from glue.core import DataCollection
from glue.app import GlueApplication
from glue.dialogs.autolinker import run_autolinker
from glue_qt.app import GlueApplication
from glue_qt.dialogs.autolinker import run_autolinker

links = kwargs.pop('links', None)

Expand Down

0 comments on commit 54836a1

Please sign in to comment.