fix import issue when running gui entry point
This commit is contained in:
parent
086f348084
commit
e78cf5595a
|
@ -24,10 +24,10 @@ from PySide6.QtWidgets import (
|
||||||
QVBoxLayout,
|
QVBoxLayout,
|
||||||
QWidget,
|
QWidget,
|
||||||
)
|
)
|
||||||
from vna import Charon
|
|
||||||
|
|
||||||
from charon_vna.plots import PlotWidget
|
from charon_vna.plots import PlotWidget
|
||||||
from charon_vna.util import net2s, s2net
|
from charon_vna.util import net2s, s2net
|
||||||
|
from charon_vna.vna import Charon
|
||||||
|
|
||||||
# %%
|
# %%
|
||||||
DEFAULT_CONFIG = Path(__file__).parent / "config_default.json"
|
DEFAULT_CONFIG = Path(__file__).parent / "config_default.json"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user