Skip to content

Commit 34cdb98

Browse files
fix: formatting
1 parent 157d53c commit 34cdb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/test/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class NestedModel(BaseModel):
133133
@unittest.skipIf(sys.version_info < (3, 14), "Test only relevant for Python 3.14+")
134134
def test_clean_pydantic_v1_warning_on_python_314(self):
135135
"""Verify that Pydantic V1 models emit a warning on Python 3.14+"""
136+
136137
class ModelV1(BaseModelV1):
137138
foo: int
138139
bar: str

0 commit comments

Comments
 (0)