Skip to content

Commit 8ae928d

Browse files
committed
remove type-hint
1 parent 73c216d commit 8ae928d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async def test_deploy_bundle_with_pinned_charm_revision():
195195
async with base.CleanModel() as model:
196196
await model.deploy(str(bundle_yaml_path))
197197

198-
application: Application = model.applications.get('hello-juju', None)
198+
application = model.applications.get('hello-juju', None)
199199
status: FullStatus = await model.get_status([application.name])
200200
# the 'charm' field of application status should be of this format:
201201
# ch:amd64/{series}/{name}-{revision}

0 commit comments

Comments
 (0)