Commit d96377e
Danny Tundwe (from Dev Box)
Move base64 import to top of test file
- Moved 'import base64' from inside test method to top-level imports
- Follows Python best practices for import organization
- All imports now grouped at the top of the file1 parent 79f0a3b commit d96377e
File tree
1 file changed
+1
-1
lines changed- src/edge-action/azext_edge_action/tests/latest
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments