🚨 Fix linter errors/warnings; adjust ruff configuration

This commit is contained in:
2023-03-10 17:41:08 +01:00
parent 692e5ef4c4
commit 78b255aa00
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
"""Typed overloads for some of the `marshmallow.decorators` module."""
from collections.abc import Callable
from typing import Any, Optional, TypeVar, overload
from typing_extensions import ParamSpec