Skip to content

Commit a4737b1

Browse files
committed
Revert changes to __init__
1 parent 6ddfdd0 commit a4737b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ldclient/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from .client import *
1010
from .context import *
1111
from .migrations import *
12-
from .plugin import *
1312

1413
__version__ = VERSION
1514

@@ -100,4 +99,4 @@ def _reset_client():
10099
__BASE_TYPES__ = (str, float, int, bool)
101100

102101

103-
__all__ = ['Config', 'Context', 'ContextBuilder', 'ContextMultiBuilder', 'LDClient', 'Result', 'client', 'context', 'evaluation', 'integrations', 'interfaces', 'migrations', 'Plugin', 'PluginMetadata', 'EnvironmentMetadata', 'SdkMetadata', 'ApplicationMetadata']
102+
__all__ = ['Config', 'Context', 'ContextBuilder', 'ContextMultiBuilder', 'LDClient', 'Result', 'client', 'context', 'evaluation', 'integrations', 'interfaces', 'migrations']

0 commit comments

Comments
 (0)