Tidy up code/docstrings

This commit is contained in:
zvecr
2022-07-19 00:46:08 +01:00
parent c798395122
commit 819bf2eff8
6 changed files with 151 additions and 81 deletions
+3
View File
@@ -1,2 +1,5 @@
# Copyright 2022 QMK
# SPDX-License-Identifier: GPL-2.0-or-later
from .types import * # noqa: F403
from .client import * # noqa: F403
from .routes import * # noqa: F403