Skip to content

Commit c76b91f

Browse files
committed
style(experimental): ignore typing of custom model
1 parent 2e0634b commit c76b91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_experimental.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_generate_base_model_callbacks(self):
100100
with open("foo.py", "w") as f:
101101
f.write(generate_base_model(simple_config))
102102

103-
class Model(mod.BaseModel):
103+
class Model(mod.BaseModel): # type: ignore
104104

105105
@staticmethod
106106
def call_this() -> None:

0 commit comments

Comments
 (0)