Commit a7a2a9c
committed
refactor: streamline imports and enhance HTML formatter integration in tests
- Removed redundant import of `configure_formatter` in `__init__.py`.
- Added `configure_formatter` to `__all__` in `__init__.py` for better module exposure.
- Cleaned up import statements in `html_formatter.py` for clarity.
- Consolidated import statements in `test_dataframe.py` for improved readability.
- Simplified the `reset_formatter` fixture by removing unnecessary imports and comments.1 parent 9495e90 commit a7a2a9c
File tree
3 files changed
+11
-18
lines changed- python
- datafusion
- tests
3 files changed
+11
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
659 | 665 | | |
660 | 666 | | |
661 | 667 | | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | 668 | | |
667 | 669 | | |
668 | 670 | | |
669 | 671 | | |
670 | 672 | | |
671 | 673 | | |
672 | 674 | | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | 675 | | |
678 | 676 | | |
679 | 677 | | |
680 | 678 | | |
681 | 679 | | |
682 | | - | |
683 | | - | |
684 | 680 | | |
685 | 681 | | |
686 | 682 | | |
| |||
700 | 696 | | |
701 | 697 | | |
702 | 698 | | |
703 | | - | |
704 | 699 | | |
705 | 700 | | |
706 | 701 | | |
| |||
753 | 748 | | |
754 | 749 | | |
755 | 750 | | |
756 | | - | |
| 751 | + | |
757 | 752 | | |
758 | 753 | | |
759 | 754 | | |
| |||
804 | 799 | | |
805 | 800 | | |
806 | 801 | | |
807 | | - | |
808 | 802 | | |
809 | 803 | | |
810 | 804 | | |
| |||
0 commit comments