Skip to content

Commit 5830edd

Browse files
authored
fix: 🐛 comment out unused code to pass linter (#119)
# Description The ruff linter gives an error for this. Since the code will be used later, we can comment it out for now. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 8410e14 commit 5830edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def main():
1111
## PROPERTIES
1212

1313
## Create the properties script in default location if it doesn't already exist.
14-
package_path = sp.PackagePath()
1514
sp.create_properties_script()
1615

1716
## Load your raw, but tidy, data into a Polars DataFrame.
17+
# package_path = sp.PackagePath()
1818
# raw_data = pl.read_csv(package_path.root() / "raw" / "data.csv")
1919
## Extract field properties from the data.
2020
# field_properties = sp.extract_field_properties(data=raw_data)

0 commit comments

Comments
 (0)