Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Sep 10, 2024
1 parent 9f9c67f commit d0f1fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mmm/test_lift_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import numpy as np
import pandas as pd
import pymc as pm
from pytensor.tensor.variable import TensorVariable
import pytensor.tensor as pt
import pytest
from pymc.model_graph import fast_eval
from pytensor.tensor.variable import TensorVariable
from sklearn.pipeline import Pipeline
from sklearn.preprocessing import MaxAbsScaler

Expand All @@ -35,8 +35,8 @@
create_time_varying_saturation,
create_variable_indexer,
exact_row_indices,
scale_lift_measurements,
scale_channel_lift_measurements,
scale_lift_measurements,
scale_target_for_lift_measurements,
)

Expand Down

0 comments on commit d0f1fd6

Please sign in to comment.