Skip to content

Commit

Permalink
Runs pre-commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Nov 28, 2023
1 parent f43bb38 commit f5e96d0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from tqdm import tqdm
import litellm


from hamilton.function_modifiers import config


Expand Down Expand Up @@ -182,7 +181,6 @@ def summarized_text(
if __name__ == "__main__":
# run as a script to test Hamilton's execution
import __init__ as text_summarization

from hamilton import base, driver

dr = driver.Driver(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def spend_zero_mean_unit_variance(spend_zero_mean: pd.Series, spend_std_dev: flo
if __name__ == "__main__":
# run as a script to test Hamilton's execution
import __init__ as hello_world

from hamilton import base, driver

dr = driver.Driver(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def inference_plot(

if __name__ == "__main__":
import __init__ as nixtla_mlforecast

from hamilton import driver

dr = driver.Builder().with_modules(nixtla_mlforecast).build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def inference_plot(
if __name__ == "__main__":
# run as a script to test Hamilton's execution
import __init__ as nixtla_statsforecast

from hamilton import driver

dr = driver.Driver(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from tenacity import retry, stop_after_attempt, wait_random_exponential
from tqdm import tqdm


from hamilton.function_modifiers import config


Expand Down Expand Up @@ -180,7 +179,6 @@ def summarized_text(
if __name__ == "__main__":
# run as a script to test Hamilton's execution
import __init__ as text_summarization

from hamilton import base, driver

dr = driver.Driver(
Expand Down

0 comments on commit f5e96d0

Please sign in to comment.