Skip to content

Commit

Permalink
style: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jun 12, 2024
1 parent 9c6b843 commit 488d837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/services/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@


@pytest.fixture()
def service_factory(fs: pyfakefs.fake_filesystem.FakeFilesystem, fake_path, simple_charm) -> services.CharmcraftServiceFactory:
def service_factory(
fs: pyfakefs.fake_filesystem.FakeFilesystem, fake_path, simple_charm
) -> services.CharmcraftServiceFactory:
fake_project_dir = fake_path / "project"
fake_project_dir.mkdir()

Expand Down

0 comments on commit 488d837

Please sign in to comment.