Skip to content

Commit 3c946fe

Browse files
chore: Remove unused Optional import
Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
1 parent c6978e9 commit 3c946fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contract-tests/flag_change_listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
import threading
3-
from typing import Callable, Dict, Optional
3+
from typing import Callable, Dict
44

55
import requests
66

0 commit comments

Comments
 (0)