Skip to content

Commit

Permalink
rebase with dev used to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 21, 2023
1 parent 4435b8f commit 6c2d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/launcher/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
from datetime import datetime, timedelta
from pathlib import Path
from typing import Dict, Union, List, Literal
from typing import Any, Dict, Union, List, Literal
from unittest.mock import Mock, patch, call
from uuid import uuid4
from zipfile import ZipFile, ZIP_DEFLATED
Expand Down

0 comments on commit 6c2d14c

Please sign in to comment.