Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fixes my_script.py code in README
Browse files Browse the repository at this point in the history
Was missing import; flagged in #288.
  • Loading branch information
skrawcz committed Jan 28, 2023
1 parent 051fcf1 commit 0bd6ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Note: functions can take or create scalar values, in addition to any python obje

2. Create a `my_script.py` which is where code will live to tell Hamilton what to do:
```python
import sys
import logging
import importlib

Expand Down

0 comments on commit 0bd6ad1

Please sign in to comment.