1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

refactor logzero → loguru; docstrings

This commit is contained in:
checktheroads
2019-12-29 23:57:39 -07:00
parent 1049bb3a4f
commit ea3a08b28a
24 changed files with 299 additions and 279 deletions

View File

@@ -1,10 +1,5 @@
"""
Defines models for all config variables.
"""Validate command configuration variables."""
Imports config variables and overrides default class attributes.
Validates input for overridden parameters.
"""
# Disable string length warnings so I can actually read these commands
# flake8: noqa: E501