Skip to content

Commit 296d45f

Browse files
committed
fix lint issue
1 parent 2eb75ff commit 296d45f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ldclient/config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ def copy_with_new_sdk_key(self, new_sdk_key: str) -> 'Config':
333333
wrapper_version=self.__wrapper_version,
334334
http=self.__http,
335335
big_segments=self.__big_segments,
336-
application = self.__application,
337-
hooks = self.__hooks,
338-
plugins = self.__plugins,
339-
enable_event_compression = self.__enable_event_compression,
340-
omit_anonymous_contexts = self.__omit_anonymous_contexts,
341-
payload_filter_key = self.__payload_filter_key,
336+
application=self.__application,
337+
hooks=self.__hooks,
338+
plugins=self.__plugins,
339+
enable_event_compression=self.__enable_event_compression,
340+
omit_anonymous_contexts=self.__omit_anonymous_contexts,
341+
payload_filter_key=self.__payload_filter_key,
342342
)
343343

344344
# for internal use only - probably should be part of the client logic

0 commit comments

Comments
 (0)