Commit 765d164
committed
refactor(BA-5712): address slice D review feedback
- repositories/session/creators.py: docstring pointed to a non-existent
``owner_id`` attribute on SessionRow; clarify that the scope_id
comes from ``user_uuid`` (the owner's UUID).
- repositories/session/db_source/db_source.py: drop the redundant
``session_row.user_uuid is not None`` guard (the column is
non-nullable); update the ``_find_dependent_sessions`` docstring to
reference ``owner_id`` instead of the removed ``access_key`` param.1 parent 207f7a9 commit 765d164
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| |||
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
382 | | - | |
| 384 | + | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
| |||
0 commit comments