Skip to content

Commit

Permalink
bug in path import
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 23, 2023
1 parent 00a0100 commit d570913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squadds/interpolations/interpolator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from ..core import Analyzer
from ..core.analysis import Analyzer
import pandas as pd

class Interpolator(ABC):
Expand Down

0 comments on commit d570913

Please sign in to comment.