precommit

This commit is contained in:
jasquat 2022-07-21 08:56:38 -04:00
parent ab46ba13ce
commit 06cfa6fbb9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
"""Task."""
import enum
from typing import Any, Union
from typing import Any
from typing import Union
import marshmallow
from marshmallow import Schema