This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Commit 42d172d
Fix tests for existing 'Adding time_precision optional option to SeriesHelper' PR (#719)
* Adding time_precision into Meta of SeriesHelper
time_precision option not currently supported in influx-db python
* Making Time Precision optional
Changed it from required to optional
* Fixing Typo in _time_precision Attribute
* Fixing coding conventions for Travis CI
* Appunni: Test for invalid time_precision on SeriesHelper
* Appunni: Intendation problem resolution in master
* - Fix flake7 errors : E131 continuation line unaligned for hanging indent
- Fix typo
- Fix cls._client declaration ordering
- Remove duplicate code cls._autocommit ...
Co-authored-by: appunni-dishq <31534711+appunni-dishq@users.noreply.github.com>
Co-authored-by: xginn8 <xginn8@users.noreply.github.com>
Co-authored-by: appunni <appunni@dishq.in>1 parent 896f623 commit 42d172d
2 files changed
+29
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
74 | 85 | | |
75 | 86 | | |
76 | 87 | | |
| |||
116 | 127 | | |
117 | 128 | | |
118 | 129 | | |
119 | | - | |
| 130 | + | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
123 | | - | |
| 134 | + | |
124 | 135 | | |
125 | 136 | | |
126 | 137 | | |
| |||
143 | 154 | | |
144 | 155 | | |
145 | 156 | | |
146 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
147 | 161 | | |
148 | 162 | | |
149 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
313 | 324 | | |
314 | | - | |
| 325 | + | |
315 | 326 | | |
316 | 327 | | |
317 | 328 | | |
| |||
0 commit comments