Commit 3fe8efb
committed
postgres data-observability - fix lint errors in test_data_observability.py
Newer ddev catches three issues older ddev missed: misplaced calendar/datetime
imports below an inline comment block, plus two unused locals (tick_time,
next_run). Moves the imports to the top of the file and removes the unused
assignments.
Signed-off-by: mobuchowski <maciej.obuchowski@datadoghq.com>1 parent 4e739fc commit 3fe8efb
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
698 | 697 | | |
699 | 698 | | |
700 | 699 | | |
701 | | - | |
702 | 700 | | |
703 | 701 | | |
704 | 702 | | |
| |||
785 | 783 | | |
786 | 784 | | |
787 | 785 | | |
788 | | - | |
789 | 786 | | |
790 | 787 | | |
791 | 788 | | |
| |||
0 commit comments