Skip to content

Commit

Permalink
Missed a formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Matthews <[email protected]>
  • Loading branch information
natmatn committed Nov 14, 2023
1 parent 0009ed9 commit ecff747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/deadline_job_attachments/test_asset_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import shutil
from math import trunc
from pathlib import Path
from typing import Optional
from typing import Optional, Dict
from unittest.mock import ANY, MagicMock, call, mock_open, patch

import boto3
Expand Down Expand Up @@ -225,7 +225,7 @@ def test_sync_inputs_successful(
file_mode=0o20,
)
)
os_env_vars: dict[str, str] = {"AWS_PROFILE": "test-profile"}
os_env_vars: Dict[str, str] = {"AWS_PROFILE": "test-profile"}
assert job.attachments

# WHEN
Expand Down

0 comments on commit ecff747

Please sign in to comment.