Commit fbe67b7
authored
Limiting FILE_HEADER (#114)
Why
===
Now that we're generating modules, not all imports apply in all places,
and it imports are not able to be pruned in `__init__.py`, so let's not
just import a bunch of stuff we don't need.
What changed
============
Breaking `FILE_HEADER` up into three different variants.
Test plan
=========
_Describe what you did to test this change to a level of detail that
allows your reviewer to test it_1 parent d85becf commit fbe67b7
1 file changed
+28
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
112 | 138 | | |
113 | 139 | | |
114 | 140 | | |
| |||
709 | 735 | | |
710 | 736 | | |
711 | 737 | | |
712 | | - | |
| 738 | + | |
713 | 739 | | |
714 | 740 | | |
715 | 741 | | |
| |||
1072 | 1098 | | |
1073 | 1099 | | |
1074 | 1100 | | |
1075 | | - | |
| 1101 | + | |
1076 | 1102 | | |
1077 | 1103 | | |
1078 | 1104 | | |
| |||
0 commit comments