isort wip

This commit is contained in:
Martin Kristiansen
2023-08-18 10:57:18 -04:00
committed by Kent Keirsey
parent 4390a051ca
commit 5615c31799
48 changed files with 185 additions and 212 deletions

View File

@ -1,6 +1,6 @@
from typing import Any
from pydantic import BaseModel
from pydantic import BaseModel
"""
We want to exclude null values from objects that make their way to the client.