diff --git a/rapl_formula/__init__.py b/rapl_formula/__init__.py index cdff7fb..2434916 100644 --- a/rapl_formula/__init__.py +++ b/rapl_formula/__init__.py @@ -28,7 +28,5 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -from rapl_formula.rapl_formula_actor import RAPLFormulaActor -from rapl_formula.rapl_handlers import RAPLHandler __version__ = "0.3.0"