Skip to content

Commit f24a0a5

Browse files
committed
Fixes static checks hopefully
1 parent 3961f2d commit f24a0a5

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

examples/pandas/split-apply-combine/my_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# under the License.
1717

1818

19+
import my_functions
1920
from pandas import DataFrame
2021

21-
import my_functions
2222
from hamilton import base, driver, lifecycle
2323

2424
driver = (

examples/pandas/with_columns/notebook.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"source": [
4545
"%reload_ext hamilton.plugins.jupyter_magic\n",
4646
"import my_functions\n",
47+
"\n",
4748
"from hamilton import driver\n",
4849
"\n",
4950
"my_builder = driver.Builder().with_modules(my_functions).with_config({\"case\": \"thousands\"})\n",

examples/parallelism/lazy_threadpool_execution/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import time
1919

2020
import my_functions
21+
2122
from hamilton import async_driver, driver
2223
from hamilton.plugins import h_threadpool
2324

examples/polars/with_columns/notebook.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"source": [
4545
"%reload_ext hamilton.plugins.jupyter_magic\n",
4646
"import my_functions\n",
47+
"\n",
4748
"from hamilton import driver\n",
4849
"\n",
4950
"my_builder = driver.Builder().with_modules(my_functions).with_config({\"case\": \"thousands\"})\n",

examples/snowflake/hamilton_ui/pipeline_endpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
registry.disable_autoload()
4040
import my_functions # we import the module here!
41+
4142
from hamilton import driver
4243
from hamilton_sdk import adapters
4344

0 commit comments

Comments
 (0)