Skip to content

Commit a9e8ee2

Browse files
committed
fix lint
1 parent 7cee266 commit a9e8ee2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

ldclient/impl/integrations/test_datav2/test_data_sourcev2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def sync(self) -> Generator[Update, None, None]:
9292
Yields updates as test data changes occur.
9393
"""
9494

95-
9695
# First yield initial data
9796
initial_result = self.fetch()
9897
if isinstance(initial_result, _Fail):

0 commit comments

Comments
 (0)