Commit 0d5f9db
refactor: use with statement for file reading (#2740)
## Changes
This PR updates the file reading logic to use a with statement, aligning
with Python best practices for resource management. is a minor change
but ensures consistency with the project standard, as other parts
already use with statements.
Co-authored-by: Denis Bilenko <denis.bilenko@databricks.com>1 parent 804f62a commit 0d5f9db
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments