Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GalLadislav committed Nov 4, 2024
1 parent 7fdcb2a commit 1f0f13b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,9 @@ def test_profiles_path_from_pyproject_source(

assert Settings().client.retry_extra_codes == set()

def test_profiles_path_resolution_order_from_sources(self, temporary_env_file, monkeypatch, tmp_path):
def test_profiles_path_resolution_order_from_sources(
self, temporary_env_file, monkeypatch, tmp_path
):
monkeypatch.delenv("PREFECT_TESTING_TEST_MODE", raising=False)
monkeypatch.delenv("PREFECT_TESTING_UNIT_TEST_MODE", raising=False)

Expand Down

0 comments on commit 1f0f13b

Please sign in to comment.