Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
harveydevereux committed Nov 4, 2024
1 parent 83c24b2 commit 28c5923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion janus_core/helpers/janus_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import numpy as np
from numpy.typing import NDArray

from janus_core.helpers.observables import Observable
from janus_core.processing.observables import Observable

# General

Expand Down
2 changes: 1 addition & 1 deletion janus_core/processing/correlator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ase import Atoms
import numpy as np

from janus_core.helpers.observables import Observable
from janus_core.processing.observables import Observable


class Correlator:
Expand Down

0 comments on commit 28c5923

Please sign in to comment.