Skip to content

Commit

Permalink
remove irrelevant check
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Aug 19, 2024
1 parent 3f426a5 commit d6f7479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/settings-library/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# pylint: disable=too-many-arguments
# pylint: disable=protected-access

import inspect
import json
from collections.abc import Callable
from typing import Any
Expand Down Expand Up @@ -310,7 +309,6 @@ def test_issubclass_type_error_with_pydantic_models():
# TypeError: issubclass() arg 1 must be a class
#

assert inspect.isclass(dict[str, str])
assert not issubclass(dict, BaseSettings)

# NOTE: this should be fixed by pydantic at some point. When this happens, this test will fail
Expand Down

0 comments on commit d6f7479

Please sign in to comment.