Skip to content

Commit

Permalink
ci: run ruff format on pyodk dir
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2024
1 parent 928529c commit 0596413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyodk/_endpoints/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Model(BaseModel):

class FrozenModel(Model):
"""Make the base configuration model faux-immutable.
NOTE in pydantic v2 inherited model_config are *merged*.
"""

Expand Down

0 comments on commit 0596413

Please sign in to comment.