Skip to content

Commit 215ec23

Browse files
committed
Fix missing import
1 parent 9788e7d commit 215ec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confcom/azext_confcom/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import os
77
import sys
8-
from typing import BinaryIO
8+
from typing import Optional, BinaryIO
99

1010
from azext_confcom import oras_proxy, os_util, security_policy
1111
from azext_confcom._validators import resolve_stdio

0 commit comments

Comments
 (0)