Skip to content

Commit

Permalink
chore: pull new unit tests from juju#1104
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 28, 2024
1 parent be9cdf7 commit 682c75d
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 3 deletions.
6 changes: 3 additions & 3 deletions juju/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@ class Model:

def __init__(
self,
max_frame_size=None,
bakery_client=None,
jujudata=None,
max_frame_size: int | None = None,
bakery_client: Any = None,
jujudata: Any = None,
):
"""Instantiate a new Model.
Expand Down
Loading

0 comments on commit 682c75d

Please sign in to comment.