Commit a7834e4
Mike Dougherty
Initialize table_args and table_options early in __init__
This allows base classes to use using_table_options which will stack with subclass calls. Previously this would fail with an attribute error1 parent cf2ec3e commit a7834e4
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments