chore: drop dead --ratio attribute, tidy service.py whitespace (#21)
This commit is contained in:
parent
c2afacfe6e
commit
73825bc305
2 changed files with 1 additions and 2 deletions
|
|
@ -115,7 +115,6 @@ def _clean_notes(raw: str | None) -> str | None:
|
|||
return stripped if stripped else None
|
||||
|
||||
|
||||
|
||||
def update_entry(
|
||||
db: Session,
|
||||
entry_id: int,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<table class="entries">
|
||||
<tbody>
|
||||
<tr class="entry" style="--ratio: 1">
|
||||
<tr class="entry">
|
||||
<td class="entry-name">
|
||||
{% if target.entry %}{{ target.entry.name }}{% else %}<span class="muted">No target selected.</span>{% endif %}
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue