Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Jan 19, 2025
1 parent fc50ccd commit ca4222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wap/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
def get_schema() -> Any:
path = importlib.resources.files(wap).joinpath("schema/wap.schema.json")
data = path.read_text(encoding="utf-8")
return json.loads(data )
return json.loads(data)


@frozen(kw_only=True)
Expand Down

0 comments on commit ca4222f

Please sign in to comment.