Skip to content

Commit

Permalink
Format (#814)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jan 1, 2024
1 parent c51e1d3 commit 3713fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/website/docs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def _initial_providers():

def pytest_configure(config):
# push sentry to ci
os.environ[
"RUNTIME__SENTRY_DSN"
] = "https://[email protected]/4504819859914752"
os.environ["RUNTIME__SENTRY_DSN"] = (
"https://[email protected]/4504819859914752"
)
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ async def _run_async():


def test_toml_snippets() -> None:
parse_toml_file("./toml-snippets.toml")
parse_toml_file("./toml-snippets.toml")

0 comments on commit 3713fc4

Please sign in to comment.