Skip to content

Commit b105146

Browse files
Merge pull request #77 from mikez/main
In `database.Database`, refactor `get_task_by_uuid` out of `get_tasks` to decrease code complexity.
2 parents 4ce5276 + eb75cf6 commit b105146

File tree

5 files changed

+266
-208
lines changed

5 files changed

+266
-208
lines changed

docs/things/api.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ <h1 class="modulename">
121121

122122
<details>
123123
<summary>View Source</summary>
124-
<div class="codehilite"><pre><span></span><span class="c1"># -*- coding: utf-8 -*-</span>
125-
126-
<span class="sd">&quot;&quot;&quot;</span>
124+
<div class="codehilite"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
127125
<span class="sd">Module implementing the Things API.</span>
128126

129127
<span class="sd">The terms of the API aim to match those used in the Things app and</span>

0 commit comments

Comments
 (0)