Commit 81b302e
authored
[Python] Fix cleanup in codegen script (#3459)
## Changes
Fix the cleanup stage in the codegen script to remove unnecessary
`__init__` files.
## Why
We have unnescessary `compute/__init__.py` that shouldn't have existed
in the first place.
## Tests
Codegen script is executed on every commit in CI1 parent a6fbfc6 commit 81b302e
File tree
2 files changed
+4
-1
lines changed- experimental/python
- databricks/bundles/compute
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
Whitespace-only changes.
0 commit comments