Support SQLAlchemy 1.4 URL.create recommendation

This fixes a deprecating warning when using SQLAlchemy 1.4.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-05-13 21:11:57 -07:00
parent 81856f3b64
commit 82f3871a83
2 changed files with 12 additions and 2 deletions

View file

@ -6,3 +6,4 @@ include = aurweb/*
fail_under = 85
exclude_lines =
if __name__ == .__main__.:
pragma: no cover