Skip to content

Commit

Permalink
fix: pylint false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
peku33 committed May 23, 2024
1 parent 53e5210 commit 321f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtbhouse_sdk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Config:
alias_generator = to_camel_case

else:
model_config = ConfigDict( # type: ignore
model_config = ConfigDict( # type: ignore # pylint: disable=possibly-used-before-assignment
alias_generator=to_camel_case,
)

Expand Down

0 comments on commit 321f98b

Please sign in to comment.