Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Aug 15, 2022
1 parent a056718 commit d6e1f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-dev/check_pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import traceback
import unittest.mock
from contextlib import contextmanager
from typing import Any, Callable, Generator, Set, Type, TypeVar, List, Dict
from typing import Any, Callable, Dict, Generator, List, Set, Type, TypeVar

from parameterized import parameterized
from pydantic import BaseModel as PydanticBaseModel, conbytes, confloat, conint, constr
Expand Down

0 comments on commit d6e1f5d

Please sign in to comment.