Commit 59ba838
committed
Remove redundant self.pop() calls as suggested by niccokunzmann
- Remove self.pop('DTEND', None) before self.DURATION = assignments
- Remove self.pop('DUE', None) before self.DURATION = assignments
- The DURATION property setter automatically handles mutual exclusion
- Simplifies code as requested in review feedback1 parent 8d29c90 commit 59ba838
2 files changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
413 | 412 | | |
414 | 413 | | |
415 | 414 | | |
| |||
427 | 426 | | |
428 | 427 | | |
429 | 428 | | |
430 | | - | |
431 | 429 | | |
432 | 430 | | |
433 | 431 | | |
434 | 432 | | |
435 | | - | |
436 | 433 | | |
437 | 434 | | |
438 | 435 | | |
| |||
465 | 462 | | |
466 | 463 | | |
467 | 464 | | |
468 | | - | |
469 | 465 | | |
470 | 466 | | |
471 | 467 | | |
| |||
494 | 490 | | |
495 | 491 | | |
496 | 492 | | |
497 | | - | |
498 | 493 | | |
499 | 494 | | |
500 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
279 | 278 | | |
280 | 279 | | |
281 | 280 | | |
282 | | - | |
283 | 281 | | |
284 | 282 | | |
285 | 283 | | |
286 | 284 | | |
287 | | - | |
288 | 285 | | |
289 | 286 | | |
290 | 287 | | |
| |||
317 | 314 | | |
318 | 315 | | |
319 | 316 | | |
320 | | - | |
321 | 317 | | |
322 | 318 | | |
323 | 319 | | |
| |||
346 | 342 | | |
347 | 343 | | |
348 | 344 | | |
349 | | - | |
350 | 345 | | |
351 | 346 | | |
352 | 347 | | |
| |||
0 commit comments