Skip to content

Commit a537abe

Browse files
fix init
1 parent f37849b commit a537abe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

split_openfeature/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from split_openfeature_provider.split_provider import SplitProvider, SplitProviderAsync
22
from split_openfeature_provider.split_client_wrapper import SplitClientWrapper
3+
import warnings
4+
warnings.warn("deprecated", DeprecationWarning)

0 commit comments

Comments
 (0)