Skip to content

Commit

Permalink
fixup! Update murdock/job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jan 17, 2024
1 parent 92a809a commit fe5d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion murdock/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import uuid

from datetime import datetime, timedelta, timezone
from typing import Callable, List, Optional
from typing import Callable, Dict, List, Optional

from murdock.config import GLOBAL_CONFIG, CI_CONFIG, GITHUB_CONFIG
from murdock.log import LOGGER
Expand Down

0 comments on commit fe5d385

Please sign in to comment.