Skip to content

Commit cd8e9cd

Browse files
committed
Lint.
1 parent b046323 commit cd8e9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_source_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class Cat(BaseModel):
452452
meow: str = 'meow'
453453

454454
class Dog(BaseModel):
455-
bark: str = 'bark'
455+
bark: str = 'bark'
456456

457457
class Bird(BaseModel):
458458
caww: str = 'caww'

0 commit comments

Comments
 (0)