Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Nov 14, 2024
1 parent a06bf9b commit a925242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion interface_tester/interface_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ class _InterfaceTestContext:
"""Initial state that this test should be run with, according to the charm."""

endpoint: str = None
"""Endpoint being tested. Only required if there's multiple endpoints with the same interface."""
"""
Endpoint being tested.
Only required if there's multiple endpoints with the same interface.
"""

"""The role (provider|requirer) that this test is about."""
schema: Optional["DataBagSchema"] = None
Expand Down

0 comments on commit a925242

Please sign in to comment.