Skip to content

Commit 76d3f1b

Browse files
committed
CAIP-80 adding typing
1 parent 550dd23 commit 76d3f1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/bdk/integration/helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import pytest
66
import pytest_asyncio
77
import yaml
8+
from pathlib import Path
89

910
from symphony.bdk.core.config.loader import BdkConfigLoader
1011
from symphony.bdk.core.service.datafeed.real_time_event_listener import \
@@ -23,7 +24,7 @@
2324
NUMBER_OF_MESSAGES = 3
2425

2526

26-
def generate_config(tmp_dir, bot_username):
27+
def generate_config(tmp_dir: Path, bot_username: str):
2728
key_path = tmp_dir / "key.pem"
2829
config_path = tmp_dir / "config.yaml"
2930

0 commit comments

Comments
 (0)