Skip to content

Commit 85c5826

Browse files
committed
mypy fix
1 parent 4576024 commit 85c5826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/introducer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
2-
from typing import AsyncGenerator, Dict, bytes32
2+
from typing import AsyncGenerator, Dict
3+
from src.types.sized_bytes import bytes32
34

45
import yaml
56

0 commit comments

Comments
 (0)