Commit 4213f2a
committed
refactor: rename data.py to measurements.py
- Rename src/aqs/extractors/data.py to measurements.py for better clarity
- Update imports in aqs_service.py and run_aqs_service.py
- Maintain backward compatibility through aqs_service wrapper
- All tests pass and imports work correctly1 parent 0be504a commit 4213f2a
File tree
3 files changed
+3
-3
lines changed- pipelines/aqs
- src/aqs/extractors
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
File renamed without changes.
0 commit comments