Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Nov 12, 2024
1 parent 7e93981 commit 6e2d204
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import argparse
import sys
from typing import Generic, List, NoReturn, Optional, Tuple, Type, Any, Never
from typing import Generic, NoReturn, Optional, Type, Any, Never

from pydantic import BaseModel, ValidationError

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""Utilities to help with parsing arbitrarily nested `pydantic` models."""

from argparse import Namespace
from typing import Any, Dict, Generic, Tuple, Type, TypeAlias
from typing import Any, Generic, Type, TypeAlias

from boltons.iterutils import get_path, remap
from pydantic import BaseModel
Expand Down
2 changes: 0 additions & 2 deletions vendor/pydantic-argparse/pydantic_argparse/utils/pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
Any,
Iterator,
Literal,
Optional,
Tuple,
Type,
TypeVar,
Union,
Expand Down

0 comments on commit 6e2d204

Please sign in to comment.